Merge pull request #1805 from ivantsepp/scaffold_vertical_scrollbar

This commit is contained in:
Matt Rogers 2013-12-10 20:58:45 -08:00
commit 6efb726e2b
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ a:visited { color: #a0a; }
font-size: 115%; font-size: 115%;
text-align: justify; text-align: justify;
width: 42em; width: 42em;
margin: 3em auto 2em; margin: 0 auto 2em;
padding-top: 3em;
line-height: 1.5em; line-height: 1.5em;
} }