From c562ccc96bfadda9749ef266c20b63cbdbdc4cb7 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Tue, 10 May 2011 17:24:43 +0000 Subject: [PATCH] Re-do some elements in the WebCal section of the style sheet. svn: r17467 --- src/plugins/webstuff/css/Web_Basic-Blue.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/plugins/webstuff/css/Web_Basic-Blue.css b/src/plugins/webstuff/css/Web_Basic-Blue.css index b73d0850f..b6e563582 100644 --- a/src/plugins/webstuff/css/Web_Basic-Blue.css +++ b/src/plugins/webstuff/css/Web_Basic-Blue.css @@ -1442,6 +1442,7 @@ div#pedigree { padding:0; } .calendar tbody tr td ul li { + color: #000; display:block; width:92%; margin:0 4%; @@ -1517,11 +1518,19 @@ body#fullyearlinked able.calendar tbody tr td.sunday { /* Calendar: OneDay --------------------------------------------------------------------------------- */ +body#OneDay { + background-color: #FFF; + color: #000; +} body#OneDay h3 { color: #228A22; font-weight: bold; text-align: center; } +body#OneDay ol li a { + color: #000; + text-decoration: underline; +} table.oneday { margin: .3em 0 .3em 0; padding: 0;