mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
remove gradient, border, and box-shadow from .breadcrumb to differentiate from nav and buttons
This commit is contained in:
@@ -4,13 +4,11 @@
|
||||
|
||||
|
||||
.breadcrumb {
|
||||
padding: 7px 14px;
|
||||
padding: 8px 15px;
|
||||
margin: 0 0 @baseLineHeight;
|
||||
list-style: none;
|
||||
#gradient > .vertical(@white, #f5f5f5);
|
||||
border: 1px solid #ddd;
|
||||
.border-radius(3px);
|
||||
.box-shadow(inset 0 1px 0 @white);
|
||||
background-color: #f5f5f5;
|
||||
.border-radius(4px);
|
||||
li {
|
||||
display: inline-block;
|
||||
.ie7-inline-block();
|
||||
|
||||
Reference in New Issue
Block a user