1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Improved empty lists. Fixes #10.

This commit is contained in:
Dan Brown
2015-08-31 17:59:45 +01:00
parent ee8795dcda
commit 1b29d44689
8 changed files with 75 additions and 39 deletions

View 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;