Skip to content

Commit

Permalink
dedent headings
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 4, 2011
1 parent 2b78381 commit 396dfaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Expand Up @@ -8,12 +8,18 @@ body {
#main {
padding-left:12em;
margin-right:3em;
margin-left:1em;
/* width: 600px; */
/* position: relative; */
height:100%;
overflow:auto;
}

#main h1, #main h2 {
position:relative;
left:-1em;
}

#sidebar {
margin-top: 4em;
width: 10em;
Expand Down

0 comments on commit 396dfaf

Please sign in to comment.