From f60135d2d63dc6dcc2067921b68bc88820365856 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 7 Jun 2003 16:02:00 +0000 Subject: [PATCH] - The calendar block was somewhat cramped compared to the rest of the site's layout. Adding a small padding. --- themes/xtemplate/xtemplate.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 5429c795a338..da7d1f247142 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; -- GitLab