浏览代码

adding double-colon selector on the h2 small.label:after class

Garrick van Buren 12 年之前
父节点
当前提交
55ec260972
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/stylesheets/foreground.css

+ 2 - 1
assets/stylesheets/foreground.css

@@ -26,7 +26,8 @@ h2 small.label {
   display:inline-block;
 }
 
-h2 small.label:after {
+h2 small.label:after,
+h2 small.label::after {
   clear:both;
 }