Skip to content

Commit

Permalink
Merge pull request #7 from james-lsn/master
Browse files Browse the repository at this point in the history
fix header css
  • Loading branch information
James committed Jul 26, 2013
2 parents fa5475d + 3258e9d commit bf7c000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/default/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a { color: #5EAC26; font-weight: 800; text-decoration: none; }

.wrapper { width: 890px; margin: 0 auto; text-align: left; }

#header { background-image: background-position: top center; background-repeat: no-repeat; background-color: #171717; padding: 20px 0 0 0; height: 128px; }
#header { background-image: none; background-position: top center; background-repeat: no-repeat; background-color: #171717; padding: 20px 0 0 0; height: 128px; }
#header #title { float: right; margin-top: -55px; color: #fff; text-align: right; }
#header #title h2 { font-size: 18px; }
#header #title #lastupdate, #header #title #autorefresh { font-size: 11px; color: #999; vertical-align: middle; }
Expand Down

0 comments on commit bf7c000

Please sign in to comment.