Moved breadcrumb color to bootstrap-tweaks

Moved to color associated with the breadcrumb to the tweaks style sheet.
This commit is contained in:
Adam Parsons 2015-04-18 16:50:32 -05:00
parent 77460d4bca
commit 324ccc3664

View File

@ -64,6 +64,10 @@ ul.breadcrumb {
margin: 70px 0 0 0;
}
.breadcrumb li.active a {
color: #777;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {