Modified heading style for repo theme to more closely represent old site

Well, not quite yet old...but that's the idea. ;)
master
Mike Gerwitz 2013-05-19 17:35:13 -04:00
parent b4244adfe1
commit 85314b1bc2
1 changed files with 23 additions and 3 deletions

View File

@ -10,13 +10,33 @@ header, footer {
h1, h2, h3 {
font-family: 'URW Gothic L', 'Avant Garde', sans-serif;
font-weight: normal;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h2.date {
margin-top: -0.5em;
font-size: 1.1em;
color: #666f63;
margin-top: -1em;
margin-bottom: 1.5em;
}
h1.title {
font-size: 2em;
margin-bottom: 0.1em;
}
h2.desc {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
color: #666f63;
margin-top: 0px;
margin-bottom: 3em;
}
p#ref-0 {