diff options
| author | Mark Otto <[email protected]> | 2013-01-12 19:46:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 19:46:47 -0800 |
| commit | ea1a12593db0fb037804ccb833f3c46c1ae6034d (patch) | |
| tree | 13e925f99ab3f0ae46816024f02ba5a459789702 /less | |
| parent | 867002193515ac7251e6fb874be4068e082db36c (diff) | |
| download | bootstrap-ea1a12593db0fb037804ccb833f3c46c1ae6034d.tar.xz bootstrap-ea1a12593db0fb037804ccb833f3c46c1ae6034d.zip | |
Nuke shadow on pagination
Diffstat (limited to 'less')
| -rw-r--r-- | less/pagination.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/pagination.less b/less/pagination.less index a25d7bd01..21e620121 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -5,7 +5,6 @@ display: inline-block; margin: @line-height-base 0; border-radius: @border-radius-base; - .box-shadow(0 1px 2px rgba(0,0,0,.05)); } .pagination > li { display: inline; // Remove list-style and block-level defaults |
