mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
remove gradient, border, and box-shadow from .breadcrumb to differentiate from nav and buttons
This commit is contained in:
parent
761429d88a
commit
87ce3489d3
21
docs/assets/css/bootstrap.css
vendored
21
docs/assets/css/bootstrap.css
vendored
@ -4449,24 +4449,13 @@ input[type="submit"].btn.btn-mini {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: 7px 14px;
|
padding: 8px 15px;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: #fbfbfb;
|
background-color: #f5f5f5;
|
||||||
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
|
-webkit-border-radius: 4px;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
|
-moz-border-radius: 4px;
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
border-radius: 4px;
|
||||||
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
|
|
||||||
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
||||||
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
||||||
box-shadow: inset 0 1px 0 #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb li {
|
.breadcrumb li {
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
|
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: 7px 14px;
|
padding: 8px 15px;
|
||||||
margin: 0 0 @baseLineHeight;
|
margin: 0 0 @baseLineHeight;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
#gradient > .vertical(@white, #f5f5f5);
|
background-color: #f5f5f5;
|
||||||
border: 1px solid #ddd;
|
.border-radius(4px);
|
||||||
.border-radius(3px);
|
|
||||||
.box-shadow(inset 0 1px 0 @white);
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.ie7-inline-block();
|
.ie7-inline-block();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user