]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tighten up sidebar
authorMark Otto <markdotto@gmail.com>
Wed, 14 Jun 2017 05:11:52 +0000 (22:11 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 14 Jun 2017 05:11:52 +0000 (22:11 -0700)
assets/scss/_sidebar.scss

index 5c22130986ef5996c3128560618f4d456ecceba2..ea78daa8f7f30a93ee07ee07199353f9d3c77517 100644 (file)
@@ -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 {
   }
 }
 
+//
+// Left side navigation
+//
+
 .bd-sidebar {
   background-color: #f5f2f9;
   border-bottom: 1px solid rgba(0,0,0,.1);