diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-10 15:01:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-10 15:07:28 -0400 |
commit | 04ff998c51b578017edf369e0dfc2dc7c63d8071 (patch) | |
tree | 19e6602d34dc679ad0d84f18ad44b370d5f5d688 /doc/style.css | |
parent | 685d10364fbebac69dfa925840528e695d37035f (diff) | |
download | ikiwiki-04ff998c51b578017edf369e0dfc2dc7c63d8071.tar ikiwiki-04ff998c51b578017edf369e0dfc2dc7c63d8071.tar.gz |
calendar styling
* calendar: Shorten day names, and improve styling of month calendar.
* style.css: Reduced sidebar width back to 20ex from 30; the month calendar
will now fit in the smaller width, and 30 was feeling too large.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/style.css b/doc/style.css index 154729721..2cc467b4f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -199,7 +199,7 @@ div.recentchanges { } .sidebar { - width: 30ex; + width: 20ex; float: right; margin-left: 4px; margin-bottom: 4px; @@ -383,8 +383,17 @@ pre.hl { color:#000000; background-color:#ffffff; } .hl.kwd { color:#010181; } /* calendar plugin */ -.month-calendar-day-this-day { background-color: #eee; } -.year-calendar-this-month { background-color: #eee; } +.month-calendar-day-this-day, +.year-calendar-this-month { + background-color: #eee; +} +.month-calendar-day-head, +.month-calendar-day-nolink, +.month-calendar-day-link, +.month-calendar-day-this-day, +.month-calendar-day-future { + text-align: right; +} .month-calendar-arrow A:link, .year-calendar-arrow A:link, .month-calendar-arrow A:visited, |