From 18e508683f6411f7d3d19dcd15e645970d3ddadc Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@4578 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }