freeze bootstrap in version v2.3.2
This commit is contained in:
parent
38c27a23f5
commit
dc07e5f394
48 changed files with 6197 additions and 4 deletions
24
vendor/assets/stylesheets/bootstrap/breadcrumbs.less
vendored
Normal file
24
vendor/assets/stylesheets/bootstrap/breadcrumbs.less
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
//
|
||||
// Breadcrumbs
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
.breadcrumb {
|
||||
padding: 8px 15px;
|
||||
margin: 0 0 @baseLineHeight;
|
||||
list-style: none;
|
||||
background-color: #f5f5f5;
|
||||
.border-radius(@baseBorderRadius);
|
||||
> li {
|
||||
display: inline-block;
|
||||
.ie7-inline-block();
|
||||
text-shadow: 0 1px 0 @white;
|
||||
> .divider {
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
color: @grayLight;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue