diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 4 | ||||
-rw-r--r-- | public/stylesheets/main.css | 16 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index a20e3862d..adfa8207c 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -10,8 +10,8 @@ WhatDoTheyKnow - file and explore Freedom of Information (FOI) requests <% end %> </title> - <%= stylesheet_link_tag 'yucky-green', :title => "Yucky Green" %> - <%= stylesheet_link_tag 'main', :rel => "alternate stylesheet", :title => "Main" %> + <%= stylesheet_link_tag 'yucky-green', :rel => "alternate stylesheet", :title => "Yucky Green" %> + <%= stylesheet_link_tag 'main', :title => "Main" %> <%= stylesheet_link_tag 'alt', :rel => "alternate stylesheet", :title => "Alternative" %> </head> <body> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index be90951c3..be4ece7ca 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -51,11 +51,7 @@ body background-image: url(../images/navimg/logo-trans.png); background-repeat: no-repeat; } - #header #beta a - { - background-image: none; - /*../images/navimg/*/ - } + #header #tagline { display: none; } /*------------------------------------------------ search */ @@ -153,6 +149,16 @@ body #staging, #alpha_notice, #beta { } + +#header h1 #beta, #header h1 #beta a +{ + display: inline; + background-image: none; + font-size: 12px; + color: #A4A4A4; +} + + #staging { border-color: #FF201D; |