diff options
| author | Mark Otto <[email protected]> | 2015-08-18 19:51:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-18 19:51:21 -0700 |
| commit | 7de3b3eced98d4e720787ed1cf544af8e28f0a3a (patch) | |
| tree | ef65a21a3fe161adc5aa40346d5b7c7fa4213f72 /docs/assets/scss | |
| parent | 1ee84d4a1c8dc5de032fadbd6d3fa1f242e1c1ef (diff) | |
| download | bootstrap-7de3b3eced98d4e720787ed1cf544af8e28f0a3a.tar.xz bootstrap-7de3b3eced98d4e720787ed1cf544af8e28f0a3a.zip | |
fix footer to use new dropdown markup
Diffstat (limited to 'docs/assets/scss')
| -rw-r--r-- | docs/assets/scss/_sidebar.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/scss/_sidebar.scss b/docs/assets/scss/_sidebar.scss index 576957782..4fdae2305 100644 --- a/docs/assets/scss/_sidebar.scss +++ b/docs/assets/scss/_sidebar.scss @@ -35,15 +35,15 @@ display: none; } - > li > a { + .dropdown-item { padding-left: .75rem; padding-right: .75rem; - } - > li:first-child { margin-top: .25rem; } - > li:last-child { margin-bottom: .25rem; } + &:first-child { margin-top: .25rem; } + &:last-child { margin-bottom: .25rem; } + } - > .no-results { + .no-results { padding: .75rem 1rem; color: #7a7a7a; text-align: center; |
