minor improvements to the navbar and layout in general

This commit is contained in:
Michael Q Larson
2015-01-25 14:05:56 -08:00
parent 00dfdb2e1e
commit 413d89cf18
4 changed files with 95 additions and 53 deletions

View File

@@ -30,8 +30,8 @@ html {
}
body {
padding-top: 80px;
margin-bottom: 60px;
padding-top: 50px;
// margin-bottom: 60px;
}
h1, h2 {
@@ -253,6 +253,10 @@ ul {
.navbar {
white-space: nowrap;
border: none;
@media (min-width: 767px) {
padding-left: 30px;
padding-right: 30px;
}
}
.panel-body {
@@ -571,7 +575,7 @@ thead {
*/
form.code span {
font-size: 14px;
font-size: 18px;
font-family: "Ubuntu Mono";
padding-bottom: 0px;
margin-bottom: 0px;
@@ -597,6 +601,10 @@ form.code span {
padding-bottom: 0px;
}
.panel-bonfire {
height: 100%
}
div.CodeMirror-scroll {
padding-bottom: 100px;
}