summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-07 16:02:00 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-07 16:02:00 +0000
commitf60135d2d63dc6dcc2067921b68bc88820365856 (patch)
treee8eeec6a518f1ca68160a48a7b741506a17ed487 /themes
parent23423b46fb7731eaa0ad280eff9b182ef7cfb548 (diff)
downloadbrdo-f60135d2d63dc6dcc2067921b68bc88820365856.tar.gz
brdo-f60135d2d63dc6dcc2067921b68bc88820365856.tar.bz2
- The calendar block was somewhat cramped compared to the rest of the site's layout. Adding a small padding.
Diffstat (limited to 'themes')
-rw-r--r--themes/xtemplate/xtemplate.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 5429c795a..da7d1f247 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -183,11 +183,11 @@ table {
border-bottom: 1px solid #ddd;
}
.calendar td {
- padding: 0;
+ padding: 0.2em;
border-color: #888;
}
.calendar .row-week td a {
- padding: 2px;
+ padding: 0.2em;
}
.calendar .day-today {
background-color: #69c;