]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix breadcrumbs first element bug 1906/head
authorJustin Smestad <justin.smestad@gmail.com>
Thu, 14 Mar 2013 19:45:21 +0000 (13:45 -0600)
committerJustin Smestad <justin.smestad@gmail.com>
Thu, 14 Mar 2013 19:45:21 +0000 (13:45 -0600)
See issue #1876 and #415 for more information.

The first element is out of breadcrumbs is not inline with the
supplemental elements in the list.

scss/foundation/components/_breadcrumbs.scss

index bd3cdb12683b6dd1fd33e17c6f84a2e1093a4c24..ec0dc21a8923ff2d9c6ac017b0b4ce360fbd3aec 100644 (file)
@@ -97,7 +97,7 @@ $crumb-slash: "/"                                              !default;
   }
   &:first-child a,
   &:first-child span { padding-#{$default-float}: 0; }
-  &:first-child:before { content: ""; }
+  &:first-child:before { content: " "; }
 
 }
 
@@ -114,4 +114,4 @@ $crumb-slash: "/"                                              !default;
     }
   }
 
-}
\ No newline at end of file
+}