Explorar o código

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

Garrick van Buren %!s(int64=12) %!d(string=hai) anos
pai
achega
55ec260972
Modificáronse 1 ficheiros con 2 adicións e 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;
 }