cyborg: removes text-shadow on breadcrumb items, closes #36
[bootswatch] / cyborg / bootswatch.less
index c298871..870f3f9 100755 (executable)
@@ -325,18 +325,19 @@ div.subnav {
 }
 
 .breadcrumb {
+       
        background-color: transparent;
        background-image: none;
        border-width: 0;
        .box-shadow(none);
        font-size: 14px;
 
-       li > a {
-               color: @blue;
+       li {
                text-shadow: none;
        }
 
-       li.active {
+       li > a {
+               color: @blue;
                text-shadow: none;
        }
 }