浏览代码

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;
 }