]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Improved empty lists. Fixes #10.
[bookstack] / resources / assets / sass / styles.scss
index 33b82e006e1734888f0c23df0f878b4b023138d0..68b1c012537ab4fb4bc172d9cbc7a57711395473 100644 (file)
@@ -296,7 +296,9 @@ h1, h2, h3, h4, h5, h6 {
   }
 }
 
-
+.book-tree {
+  margin-top: $-xl;
+}
 .book-tree h4 {
   padding: $-m $-s 0 $-s;
   i {
@@ -309,7 +311,7 @@ h1, h2, h3, h4, h5, h6 {
 .book-tree .sidebar-page-list {
   list-style: none;
   margin: 0;
-  margin-top: $-xl;
+  margin-top: $-xs;
   border-left: 5px solid $color-book;
   li a {
     display: block;