]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix font-size and borders
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 01:01:24 +0000 (18:01 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 01:01:24 +0000 (18:01 -0700)
docs/assets/scss/_sidebar.scss

index 0ba6bd6674db7200c4e4f79c391f5a86af682b66..234f58e7bce2872ae0a39304d1e0fec6dd1411b9 100644 (file)
@@ -11,7 +11,7 @@
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
   overflow-y: auto;
-  font-size: .85rem;
+  font-size: .875rem;
 }
 
 .section-nav {
 
 .bd-sidebar {
   background-color: #f5f5f5;
-  border-right: 1px solid rgba(0,0,0,.1);
+  border-bottom: 1px solid rgba(0,0,0,.1);
 
   @include media-breakpoint-up(md) {
     position: sticky;
     top: 4rem;
     max-height: calc(100vh - 4rem);
     overflow-y: auto;
+    border-right: 1px solid rgba(0,0,0,.1);
   }
 
   @include media-breakpoint-up(xl) {