Make cite smaller, fixes #3247 on most screens we care about.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a43de12ebd
commit
be9eb69f02
|
@ -46,6 +46,10 @@ a.delete:hover {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
#planetnews cite {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#planetnews li .post {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 18px;
|
||||
|
|
Loading…
Reference in New Issue