1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

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;
}