##// END OF EJS Templates
fixed dotted hr for IE6...
Jean-Philippe Lang -
r302:909954ac342f
parent child
Show More
@@ -240,7 +240,7 legend {color: #505050;}
240 .required {color: #bb0000;}
240 .required {color: #bb0000;}
241 .odd {background-color:#f6f7f8;}
241 .odd {background-color:#f6f7f8;}
242 .even {background-color: #fff;}
242 .even {background-color: #fff;}
243 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
243 hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
244 table p {margin:0; padding:0;}
244 table p {margin:0; padding:0;}
245
245
246 strong.highlight { background-color: #FCFD8D;}
246 strong.highlight { background-color: #FCFD8D;}
General Comments 0
You need to be logged in to leave comments. Login now