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

@@ -128,3 +128,9 @@ table tfoot {
font-size: 0.8em;
color: gray;
}
p.info {
color: #AAA;
font-style: italic;
font-size: 80%;
}