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:
@@ -5,12 +5,6 @@ div.comments-for-post {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color: #AAA;
|
||||
font-style: italic;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
div.list-of-comments {
|
||||
article.comment {
|
||||
margin-bottom: 2em;
|
||||
|
||||
Reference in New Issue
Block a user