diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-01 18:11:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-01 18:11:27 +0000 |
commit | c9bdea34e3afce7f9244f769aed02524c51b18a2 (patch) | |
tree | 1eab925dfeb3142576750b0efd9a33007e0cdbe8 | |
parent | e5033fe1cf07caeb61e72dfe1ae9a7b07f5406c0 (diff) | |
download | brdo-c9bdea34e3afce7f9244f769aed02524c51b18a2.tar.gz brdo-c9bdea34e3afce7f9244f769aed02524c51b18a2.tar.bz2 |
- Made all CSS definitions look alike.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 5ee188abb..af0e09dd4 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; +} |