Sfoglia il codice sorgente

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

Garrick van Buren 12 anni fa
parent
commit
55ec260972
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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;
 }