aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 22:11:52 -0700
committerMark Otto <[email protected]>2017-06-13 22:11:52 -0700
commit225950141867daa5680975f950ce8ab6477f5211 (patch)
tree04c97a86fe1712a0c19941c365fcbbc3b66bfe1c
parentdc71bee83eaf00c85ab844d0a310d28447aa3851 (diff)
downloadbootstrap-225950141867daa5680975f950ce8ab6477f5211.tar.xz
bootstrap-225950141867daa5680975f950ce8ab6477f5211.zip
tighten up sidebar
-rw-r--r--assets/scss/_sidebar.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/assets/scss/_sidebar.scss b/assets/scss/_sidebar.scss
index 5c2213098..ea78daa8f 100644
--- a/assets/scss/_sidebar.scss
+++ b/assets/scss/_sidebar.scss
@@ -1,7 +1,7 @@
// scss-lint:disable VendorPrefix
//
-// Side navigation
+// Right side table of contents
//
.bd-toc {
@@ -34,7 +34,7 @@
a {
display: block;
- padding: .25rem 1.5rem;
+ padding: .125rem 1.5rem;
color: #99979c;
&:hover {
@@ -44,6 +44,10 @@
}
}
+//
+// Left side navigation
+//
+
.bd-sidebar {
background-color: #f5f2f9;
border-bottom: 1px solid rgba(0,0,0,.1);