Author and email display on articles/thoughts
parent
ab6a2adaa9
commit
96107a2781
16
style.css
16
style.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue