From c9bdea34e3afce7f9244f769aed02524c51b18a2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Jun 2003 18:11:27 +0000 Subject: [PATCH] - Made all CSS definitions look alike. --- themes/xtemplate/xtemplate.css | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 5ee188abb70..af0e09dd445 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -179,11 +179,29 @@ table { padding: 10px 10px 10px 0; border-bottom: 1px solid #ddd; } -.calendar td { padding: 0; border-color: #888; } -.calendar .row-week td a { padding: 2px; } -.calendar .day-today { background-color: #69c; } -.calendar .day-selected { background-color: #369; color: #fff;} -.calendar .header-month { background-color: #bbb; } -.calendar .header-week { background-color: #ccc; } -.calendar .day-blank { background-color: #ccc; } -.calendar .row-week td a:hover { background-color: #fff; color: #000; } +.calendar td { + padding: 0; + border-color: #888; +} +.calendar .row-week td a { + padding: 2px; +} +.calendar .day-today { + background-color: #69c; +} +.calendar .day-selected { + background-color: #369; + color: #fff; +} +.calendar .header-month { + background-color: #bbb; +} +.calendar .header-week { + background-color: #ccc; +} +.calendar .day-blank { + background-color: #ccc; +} +.calendar .row-week td a:hover { + background-color: #fff; color: #000; +}