From 45691d3b858ff2d33e939e335e48e50208e5c603 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 2 Jun 2005 08:42:28 +0000 Subject: [PATCH] Added border workaround for W3C compatible table heights git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/images/border.png | Bin 0 -> 135 bytes html/themes/default/style.css | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 html/themes/default/images/border.png diff --git a/html/themes/default/images/border.png b/html/themes/default/images/border.png new file mode 100644 index 0000000000000000000000000000000000000000..a287c2bf91f2e4ecb4a6a4243c3186a96b281544 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^y+F*!!2~38{B{KbDYhhUcNd2LAh=-f^2tCE&H|6f zVg?3oVGw3ym^DWND9B#o>FdgVm5qsAkV*KP-#Va>h^LEVh{WaOn(zN54{J!=Sy1f6 Z&aiGJOWC>?37>%S44$rjF6*2UngH)4BXa-% literal 0 HcmV?d00001 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; -- 2.30.2