2
0
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:
Mark Otto
2012-07-29 16:25:20 -07:00
parent 761429d88a
commit 87ce3489d3
2 changed files with 8 additions and 21 deletions
+3 -5
View File
@@ -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();