diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-06 18:45:08 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-06 18:45:08 +0000 |
commit | 909954ac342fc6be824b73009e760add4f0489ff (patch) | |
tree | ad02c9281f5678f5e8c354fc2ef78df00b339d5b /public | |
parent | d99664354019e124b5c5bcd196609d397f0064e6 (diff) | |
download | redmine-909954ac342fc6be824b73009e760add4f0489ff.tar.gz redmine-909954ac342fc6be824b73009e760add4f0489ff.zip |
fixed dotted hr for IE6
git-svn-id: http://redmine.rubyforge.org/svn/trunk@305 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index aaf332a18..732349adf 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;}
|