From: cajus Date: Thu, 2 Jun 2005 08:42:28 +0000 (+0000) Subject: Added border workaround for W3C compatible table heights X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=45691d3b858ff2d33e939e335e48e50208e5c603;p=gosa.git Added border workaround for W3C compatible table heights git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/images/border.png b/html/themes/default/images/border.png new file mode 100644 index 000000000..a287c2bf9 Binary files /dev/null and b/html/themes/default/images/border.png differ diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 7067d5322..e95c79f30 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -4,7 +4,9 @@ body margin-right: 0px; margin-top: 0px; margin-bottom: 0px; - background-color: #8B858B; + background-color: white; + background-image:url("images/border.png"); + background-repeat:repeat-y; color: #00008F; font-family:Arial,Helvetica,sans-serif; font-size: 12px;