Merge pull request #10 from dsinn/navigation

Add ugly quick-nav
This commit is contained in:
Daniel Sinn
2015-12-24 01:19:42 -05:00
3 changed files with 33 additions and 2 deletions
+15
View File
@@ -80,6 +80,21 @@ h2 {
margin-top: 1em;
}
nav {
background-color: white;
border-left: 1px solid black;
border-top: 1px solid black;
position: fixed;
bottom: 0;
right: 0;
}
#navList {
line-height: 150%;
list-style-type: none;
margin: 0;
padding-left: 0.2em;
}
#sectionWires button {
border-color: black;
cursor: pointer;