Hide nav bar if you like.

This commit is contained in:
Max Lynch
2013-10-01 23:41:57 -05:00
parent 9c5f78b9f3
commit fb85b7e91c
7 changed files with 51 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
.hidden, .hide { display: none !important; }
.padded {
padding: $content-padding;
@@ -10,4 +10,4 @@
.rounded {
border-radius: $border-radius-base;
}
}