From 71b7180154579e569be728f82dc18614629c6176 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Mon, 27 Jul 2009 22:17:07 +0000 Subject: Fix some of the table borders in CSS --- templates/grey/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/grey') diff --git a/templates/grey/default.css b/templates/grey/default.css index 881131c..e911d2c 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -82,10 +82,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } -.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } -.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } -.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } -.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } +.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } +.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } +.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } +.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } -- cgit v1.2.3