Skip to content

Commit

Permalink
LDOC-43
Browse files Browse the repository at this point in the history
Changed list of Book links to look more like bars than list of links.
  • Loading branch information
sacarney committed Feb 21, 2017
1 parent 0ac2509 commit 08ef134
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,33 @@ span.date-display-single {
margin-left: 75px !important;
}

/* Book Section Links */

.book-navigation {
padding: 1rem 0;
}

.book-navigation .menu {
margin: 0 0 1rem;
padding: 0;
border: 0;
}

.book-navigation .menu li {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}

.book-navigation .menu li a {
display: block;
margin-bottom: 0.5rem;
padding: 10px 16px;
text-decoration: none;
border: 1px solid #ddd;
}

/* Sidebar */

.block-book .block-title {
Expand Down

0 comments on commit 08ef134

Please sign in to comment.