瀏覽代碼

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 {
     border: 0.15em solid #f5f5f5;
     border-radius: 0.3em;
+    background: #f5f5f5;
 }
 
 abbr { text-decoration: underline dotted; }