mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
restore breadcrumbs
This commit is contained in:
Vendored
+24
@@ -3549,6 +3549,30 @@ button.close {
|
|||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb {
|
||||||
|
padding: 8px 15px;
|
||||||
|
margin: 0 0 20px;
|
||||||
|
list-style: none;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb > li {
|
||||||
|
display: inline-block;
|
||||||
|
text-shadow: 0 1px 0 #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb > li:after {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 5px;
|
||||||
|
color: #ccc;
|
||||||
|
content: "\00a0 /";
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb > .active {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
[class^="span"] {
|
[class^="span"] {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Vendored
+1
@@ -36,6 +36,7 @@
|
|||||||
@import "navs.less";
|
@import "navs.less";
|
||||||
@import "navbar.less";
|
@import "navbar.less";
|
||||||
@import "button-groups.less";
|
@import "button-groups.less";
|
||||||
|
@import "breadcrumbs.less";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user