Index margins increased to mirror old site

master
Mike Gerwitz 2013-05-25 16:36:24 -04:00
parent 9875c165e6
commit be68234098
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@ body {
font-family: 'Liberation Sans', sans-serif;
}
body.index {
margin: 2em 10em 1em 10em;
}
a { color: #0066cc; }
a:visited { color: #6666cc; }
@ -14,6 +18,10 @@ header, footer,
text-align: left;
}
body.index footer {
margin: 0em -10em;
}
h1, h2, h3, #menu {
font-family: 'URW Gothic L', 'Avant Garde', sans-serif;
font-weight: normal;