Browse Source

Default theme: Fix hr element theming in IE8+

Daniel Rudolf 9 years ago
parent
commit
73a0b40f72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      themes/default/style.css

+ 1 - 0
themes/default/style.css

@@ -215,6 +215,7 @@ img { max-width: 100%; }
 hr {
     border: 0.15em solid #f5f5f5;
     border-radius: 0.3em;
+    background: #f5f5f5;
 }
 
 abbr { text-decoration: underline dotted; }