Skip to content

Commit

Permalink
Add spacing after the page content
Browse files Browse the repository at this point in the history
The top spacing is handled by the <h1> tag but the vertical spacing
after all content was lacking.
  • Loading branch information
ntd committed Nov 17, 2015
1 parent 34991c3 commit 9283409
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions css/silverstrap.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Put additional vertical space after the content */
.ss-section {
margin-bottom: 2ex;
}

/* Navbar language selector */
.navbar .ss-lang {
font-family: roman;
Expand All @@ -23,6 +28,12 @@ blockquote {
font-size: 110%;
}

/* Pagination addendum */
.pagination .ss-borderless {
border-top: 0;
border-bottom: 0;
}

/* AutoTOC styling */
#ss-toc {
margin-bottom: 20px;
Expand Down
2 changes: 1 addition & 1 deletion templates/Layout/Page.ss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="container">
<div class="container ss-section">
<% include Content %>
</div>

0 comments on commit 9283409

Please sign in to comment.