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;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#planetnews cite {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
#planetnews li .post {
|
#planetnews li .post {
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
font-family: Georgia, "Times New Roman", Times, serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
Loading…
Reference in New Issue