From 8da54a8e443a276aed2e2c459cdb115c205839db Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 1 Dec 2006 12:09:35 +0000 Subject: [PATCH] Font size for wp-calendar and next. Props mdawaffe. fixes #1213 git-svn-id: http://svn.automattic.com/wordpress/trunk@4578 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 32e4dac0d7..74cb7213a9 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -186,7 +186,7 @@ a:hover { text-decoration: underline; } -#wp-calendar #prev a { +#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }