mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Nuke shadow on pagination
This commit is contained in:
parent
8670021935
commit
ea1a12593d
2 changed files with 0 additions and 3 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -3592,8 +3592,6 @@ fieldset[disabled] .navbar-inverse .btn-navbar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li {
|
.pagination > li {
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: @line-height-base 0;
|
margin: @line-height-base 0;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
.box-shadow(0 1px 2px rgba(0,0,0,.05));
|
|
||||||
}
|
}
|
||||||
.pagination > li {
|
.pagination > li {
|
||||||
display: inline; // Remove list-style and block-level defaults
|
display: inline; // Remove list-style and block-level defaults
|
||||||
|
|
Loading…
Reference in a new issue