diff --git a/css-cookbook/breadcrumb-navigation--download.html b/css-cookbook/breadcrumb-navigation--download.html index d0143c96..daf92b60 100644 --- a/css-cookbook/breadcrumb-navigation--download.html +++ b/css-cookbook/breadcrumb-navigation--download.html @@ -28,13 +28,9 @@ padding: .5em 1em; } - .breadcrumb li::before { + .breadcrumb li:not(:first-child)::before { content: "→"; } - - .breadcrumb li:first-child::before { - content: ""; - } @@ -52,4 +48,4 @@
-