]> source.dussan.org Git - redmine.git/commitdiff
fixed dotted hr for IE6
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Mar 2007 18:45:08 +0000 (18:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 6 Mar 2007 18:45:08 +0000 (18:45 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@305 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index aaf332a1858aa59923e5af66963398d79b3c4a3c..732349adf1b565ed6e3d83da2ae45d0651a8f9ee 100644 (file)
@@ -240,7 +240,7 @@ legend {color: #505050;}
 .required {color: #bb0000;}\r
 .odd {background-color:#f6f7f8;}\r
 .even {background-color: #fff;}\r
-hr { border:none; border-bottom: dotted 1px #c0c0c0; }\r
+hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }\r
 table p {margin:0; padding:0;}\r
 \r
 strong.highlight { background-color: #FCFD8D;}\r