From 3e23802daea8ad7c6d92c8549fba882be11f671c Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 5 May 2008 15:42:00 +0000 Subject: Small updates on the skins git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1101 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'www/ice/ice.css') diff --git a/www/ice/ice.css b/www/ice/ice.css index f16e4ec..77bf770 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -311,33 +311,31 @@ body { display: inline; padding-left: 200px; } - #content dl { + margin: 0px; + padding: 0px; + margin-bottom: 10px; + margin-top: 2px; + width: 98%; display: block; - clear: both; -/* margin-bottom: 10px; */ + clear: right; } - #content dt { width: 220px; font-size: 12px; text-align: left; font-weight: bold; - float: left; - clear: left; margin-top: 1px; margin-left: 0px; - border-top: 1px solid #ddd; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; + border-top: 1px solid #ddd; } #content dd { - margin-top: 2px; - clear: right; + margin-top: -17px; font-size: 12px; margin-left: 230px; - padding-top: 5px; padding-bottom: 5px; } #content .tailer { @@ -378,7 +376,7 @@ body { } #content table td { padding-right: 10px; - white-space: nowrap; + white-space: normal; } -- cgit v1.2.3