Code

Updated img style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 28 Feb 2010 19:25:41 +0000 (19:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 28 Feb 2010 19:25:41 +0000 (19:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15772 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index 9a4caaeb1aefdbc83a66ae180ffc3e0f1d750541..5270487ec7444004103ff2667c602fafb05088c1 100644 (file)
@@ -506,12 +506,14 @@ fieldset textarea:hover{
 
 /* Images */
 div.img{
-  /*background:transparent url(img-modern.png) no-repeat;*/
+  background-color:transparent;
+  background-repeat:no-repeat;
   position:relative
 }
 
 div.img div {
-  /*background:transparent url(img-modern.png) no-repeat;*/
+  background-color:transparent;
+  background-repeat:no-repeat;
   bottom:0;
   right:0;
   position:absolute;