Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
updated admin styles a little, darkened header
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 20, 2008
1 parent fd924da commit 8a509f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/title_helper.rb
Expand Up @@ -2,7 +2,7 @@ module TitleHelper
def display_site_title
visit_link = link_to("Visit site", "/", :class => 'button2')
if the_title = get_setting('site_title')
content_tag "h1", the_title + visit_link
content_tag "h1", the_title + visit_link, :class => 'title'
end
end

Expand Down
8 changes: 7 additions & 1 deletion public/stylesheets/admin.css
Expand Up @@ -17,11 +17,17 @@ h1{
padding: 10px;
}

h1.title{
background-color: #222;
color: white;
}

h1 a.button2{
font-family: "Bitstream Vera Sans", Arial, sans-serif;
font-size: 14px;
position: relative;
left: 20px;
top: -3px;
top: -5px;
}

h3{
Expand Down

0 comments on commit 8a509f7

Please sign in to comment.