Author and email display on articles/thoughts

master
Mike Gerwitz 2015-05-22 00:39:26 -04:00
parent ab6a2adaa9
commit 96107a2781
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 14 additions and 2 deletions

View File

@ -31,6 +31,7 @@ body.index footer {
/* typesetting standards for ~50 chars per line */
body article .content,
body.article #content {
clear: both;
margin: auto;
max-width: 50em;
}
@ -42,6 +43,7 @@ body.article #header {
h1, h2, h3, #menu,
body.index ul.index li .day,
.author,
strong {
font-family: 'URW Gothic L', 'Avant Garde', sans-serif;
font-weight: normal;
@ -51,11 +53,21 @@ h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h2.date {
display: block;
font-size: 1.1em;
color: #666f63;
margin-top: -1em;
margin-bottom: 1.5em;
margin: -1em 1.5em 1.5em 0em;
float: left;
}
h2.date ~ .author {
display: block;
margin-top: -1em;
}
.author > .email {
margin-left: 0.25em;
}
h1 a, h1 a:visited {