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

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;
 }