run make after that breadcrumbs tweak

This commit is contained in:
Mark Otto 2013-03-31 11:58:25 -07:00
parent 42b6934930
commit a2145df7c4

View File

@ -3982,6 +3982,10 @@ button.close {
content: "\00a0 /";
}
.breadcrumb > li:last-child:after {
content: "";
}
.breadcrumb > .active {
color: #999999;
}