diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-12 12:21:46 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-12 12:21:46 -0400 |
commit | 6678ab8fb3c956ea52d08e546cea7c8e3204aefb (patch) | |
tree | 3d60260486d30586622e6a4290165070fe3c8877 /doc | |
parent | 11e6d650eae4377485cb83f61a0ce9519ceb4c57 (diff) |
Added minimal default CSS for calendar plugin, just highlighting the current day.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 4770fc942..be86a0818 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; } |