aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 20:12:03 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 20:12:03 -0400
commit142e025ae471c91e68a23476f700df0b8ad6b31d (patch)
treec802104d6d0ce345f034a0df0a87712b593b915e /doc/style.css
parent425f6a8de2ed66b934c16c102456b15da4ff5a14 (diff)
downloadikiwiki-142e025ae471c91e68a23476f700df0b8ad6b31d.tar
ikiwiki-142e025ae471c91e68a23476f700df0b8ad6b31d.tar.gz
calendar: Improved display of arrows.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 44e06ae4f..7ffcf9fe2 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -431,3 +431,11 @@ pre.hl { color:#000000; background-color:#ffffff; }
/* For the calendar plugin. */
.month-calendar-day-this-day { background-color: #eee; }
.year-calendar-this-month { background-color: #eee; }
+.month-calendar-arrow A:link,
+.year-calendar-arrow A:link,
+.month-calendar-arrow A:visited,
+.year-calendar-arrow A:visited {
+ text-decoration: none;
+ font-weight: normal;
+ font-size: 150%;
+}