Code

Added border workaround for W3C compatible table heights
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Jun 2005 08:42:28 +0000 (08:42 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Jun 2005 08:42:28 +0000 (08:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@582 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/images/border.png [new file with mode: 0644]
html/themes/default/style.css

diff --git a/html/themes/default/images/border.png b/html/themes/default/images/border.png
new file mode 100644 (file)
index 0000000..a287c2b
Binary files /dev/null and b/html/themes/default/images/border.png differ
index 7067d53220f631a1340fdd275d3cde9a3514f734..e95c79f30391e8a32acb0ae800734549f56753f8 100644 (file)
@@ -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;