Added minimal default CSS for calendar plugin, just highlighting the current day.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 12 Oct 2009 16:21:46 +0000 (12:21 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 12 Oct 2009 16:21:46 +0000 (12:21 -0400)
debian/changelog
doc/style.css

index b9d1923cd4657f529359ecf93013562d49ef83ef..ef92e48fcc0d7a29b4e7c59938f2525e26964553 100644 (file)
@@ -35,6 +35,8 @@ ikiwiki (3.2009XXXX) UNRELEASED; urgency=low
   * git: --getctime will now follow renames back to the original creation
     of a file.
   * calendar: Fix CSS for year calendar to match the plugin documentation.
+  * Added minimal default CSS for calendar plugin, just highlighting the
+    current day.
 
  -- Joey Hess <joeyh@debian.org>  Fri, 09 Oct 2009 19:53:50 -0400
 
index 4770fc942d43250221acabc2906c7ad938c9ca6c..be86a081870be1ff1b48eb6d194e253535d14044 100644 (file)
@@ -403,7 +403,6 @@ span.color {
 }
 
 /* Used by the highlight plugin. */
-
 pre.hl { color:#000000; background-color:#ffffff; }
 .hl.num { color:#2928ff; }
 .hl.esc { color:#ff00ff; }
@@ -419,3 +418,7 @@ pre.hl { color:#000000; background-color:#ffffff; }
 .hl.kwb { color:#830000; }
 .hl.kwc { color:#000000; font-weight:bold; }
 .hl.kwd { color:#010181; }
+
+/* For the calendar plugin. */
+.month-calendar-day-this-day { background-color: #eee; }
+.year-calendar-this-month { background-color: #eee; }