Commit 909954ac authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

fixed dotted hr for IE6

git-svn-id: http://redmine.rubyforge.org/svn/trunk@305 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent d9966435
......@@ -240,7 +240,7 @@ legend {color: #505050;}
.required {color: #bb0000;}
.odd {background-color:#f6f7f8;}
.even {background-color: #fff;}
hr { border:none; border-bottom: dotted 1px #c0c0c0; }
hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
table p {margin:0; padding:0;}
strong.highlight { background-color: #FCFD8D;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment