Commit 7d59da12 authored by Randall Leeds's avatar Randall Leeds

standard header typography and annotation styling

We were using header tags for the annotation user name and time for
which we mangled the typography to fit this use. This restores the
suggested UA styles for header elements and reworks the annotation
user line to fit the way it was before.

In addition, the time is moved up to the top line.
parent 9af2d307
......@@ -39,31 +39,33 @@ html {
h1, h2, h3, h4, h5, h6 {
font-family: $sansFontFamily;
margin: 0 0 .4em;
padding: 0 0 .1em;
font-weight: bolder;
color: $gray;
}
h1 {
font-size: 2.5em;
font-size: 2em;
margin: .67em 0;
}
h2 {
font-size: 2em;
font-size: 1.5em;
margin: .75em 0;
}
h3 {
font-size: 1.4em;
font-size: 1.17em;
margin: .83em 0;
}
h4 {
font-size: 1.15em;
margin: 0 0 .1em;
h5 {
font-size: .83em;
margin: 1.5em 0;
}
h5, h6 {
font-size: 1em;
margin: 0 0 .1em;
h6 {
font-size: .75em;
margin: 1.67em 0;
}
input, textarea {
......@@ -517,7 +519,12 @@ blockquote {
position: relative;
.user {
font-weight: 800;
text-decoration: underline;
}
.time {
@extend .small;
margin-left: 1em;
}
.body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment