Skip to content

Commit

Permalink
nicer header formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Apr 1, 2011
1 parent 62677b3 commit 74159d0
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/public/css/fog.css
Expand Up @@ -25,6 +25,10 @@ header {
text-align: center;
}

header a, header a:active, header a:visited {
color: #FFF;
}

header img {
position: absolute;
left: 0;
Expand All @@ -37,17 +41,26 @@ header h1 {
}

header dl {
background-color: #70A1D2;
border-color: #70A1D2;
-moz-border-radius: 0 0 0.5em 0.5em;
border-radius: 0 0 0.5em 0.5em;
height: 140px; /* 154 - padding-top */
position: absolute;
right: 1.5em;
text-align: left;
top: 1.5em;
padding: 14px 1.5em 0 1.5em;
right: 0;
top: 0;
}

header dl dt {
font-weight: bold;
}

#main {
background-color: #FFF;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
color: #333;
color: #666;
border: 1px solid #70A1D2;
padding: 0 1em;
margin-bottom: 2em;
Expand Down

0 comments on commit 74159d0

Please sign in to comment.