소스 검색

Special breadcrumb hack for IE7 in old style

Yannick Warnier 13 년 전
부모
커밋
35bc8e58cd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }