Explorar o código

Special breadcrumb hack for IE7 in old style

Yannick Warnier %!s(int64=13) %!d(string=hai) anos
pai
achega
35bc8e58cd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      main/css/dokeos_classic/default.css

+ 4 - 0
main/css/dokeos_classic/default.css

@@ -554,6 +554,10 @@ input[text] {
     width:98%;
 	clear:right;
 }
+/* Special hack for IE7 using the html>body hack - 
+otherwise the breadcrumb jumps to the right */
+html>body #header4 { clear: none; }
+
 #header4 a {
 	color: #4171b5;
 }