Explorar el Código

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

Garrick van Buren hace 12 años
padre
commit
55ec260972
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
 }