From bf9588813764a016c38618cd2f6f4971f5463ba1 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 29 Nov 2006 21:21:06 +0000 Subject: [PATCH] Make cite smaller, fixes #3247 on most screens we care about. git-svn-id: https://develop.svn.wordpress.org/trunk@4544 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index ae3214a6cb..1ca0386219 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -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;