Factor out duplicated p.info CSS.

`p.info` is used to render "Updated by so-and-so 5 minutes ago" messages as fine print.
This commit is contained in:
evazion
2017-12-15 11:14:12 -06:00
parent 4c39783d28
commit 03cecf097e
5 changed files with 7 additions and 25 deletions

View File

@@ -19,12 +19,6 @@
margin: 0;
}
p.author {
font-size: 80%;
font-style: italic;
color: #AAA;
}
section {
margin-bottom: 1em;
}