From 654266111573200dd4dd3ac2406fe0acb4d6ad62 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Mar 2009 22:36:54 +0100 Subject: [PATCH] General css fixes. --- www/include/ie6.css | 28 ---------------------------- www/include/style.css | 4 +++- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/www/include/ie6.css b/www/include/ie6.css index ab80d758..92084859 100644 --- a/www/include/ie6.css +++ b/www/include/ie6.css @@ -21,31 +21,3 @@ p { padding-right: 1.5em; } - -#sh-tl { - background: url(/images/sh-tl.png) no-repeat right bottom; - background:none; - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png'); - -} -#sh-top { - background: url(/images/sh-top.png) repeat-x bottom; -} -#sh-tr { - background: url(/images/sh-tr.png) no-repeat left bottom; -} -#sh-lft { - background: url(/images/sh-lft.png) repeat-y right; -} -#sh-rgt { - background: url(/images/sh-rgt.png) repeat-y left; -} -#sh-bl { - background: url(/images/sh-bl.png) no-repeat right top; -} -#sh-btn { - background: url(/images/sh-btn.png) repeat-x top; -} -#sh-br { - background: url(/images/sh-br.png) no-repeat left top; -} diff --git a/www/include/style.css b/www/include/style.css index 8c752d0f..f3b28915 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -111,12 +111,13 @@ text-decoration: none; ul.links { -list-style: none; + /* list-style: none; */ } ul.links li { line-height: 1.5em; +font-size: 0.9em; /* display: inline; */ } @@ -403,6 +404,7 @@ table { /* background: url(/images/sh-br.png) left top; */ background-color: #f5f5f5; padding: 1.5em; +width: 500px; } #sh-tl, #sh-top, #sh-tr, #sh-lft, #sh-rgt, #sh-bl, #sh-btn, #sh-br { width: 16px; -- 2.47.3