Преглед изворни кода

Default theme: Fix hr element theming in IE8+

Daniel Rudolf пре 9 година
родитељ
комит
73a0b40f72
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      themes/default/style.css

+ 1 - 0
themes/default/style.css

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