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:
@ -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;
|
||||
|
Reference in New Issue
Block a user