From 50364fd4b47c6eb47973f9089595e2bc29d0cabd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 08:59:58 +0000 Subject: Small graphical changes. Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/ice/ice.css') diff --git a/www/ice/ice.css b/www/ice/ice.css index 77bf770..3a4f66e 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -375,8 +375,9 @@ body { border: none; } #content table td { - padding-right: 10px; - white-space: normal; + padding-right: 10px; + white-space: normal; + border-bottom: 1px solid #ccc; } -- cgit v1.2.3