Skip to content

Commit

Permalink
consolidate spacing
Browse files Browse the repository at this point in the history
Spaces between #header, #navigation, #content, and #twitter are all the
same now.
  • Loading branch information
aG0aep6G committed Jan 21, 2015
1 parent f5c98e9 commit 1b0cecf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions css/style.css
Expand Up @@ -375,7 +375,7 @@ div#top

div#header
{
padding: 0.2em 1em 0.2em 1em;
margin: 0.875em;
}

img#logo
Expand Down Expand Up @@ -443,7 +443,7 @@ div#navigation
font-size: 0.875em;
float: left;
width: 11.5em;
padding: 0 1.5em;
margin-left: 1em;
}

div#content
Expand All @@ -454,7 +454,7 @@ div#content
padding: 1.6em;
padding-top: 1.3em;
padding-bottom: 1em;
margin-right: 0.5em;
margin-right: 1em;
border: 0.4em solid #ccd5d5;
background-color: #f6f6f6;
font-size: 0.875em;
Expand Down Expand Up @@ -492,8 +492,7 @@ div#twitter
font-size: 0.875em;
float: right;
width: 18em;
padding: 1em 1em;
margin-top: -1em;
margin-right: 1em;
}

div.navblock
Expand Down

0 comments on commit 1b0cecf

Please sign in to comment.