fix body padding

This commit is contained in:
Isaac Connor 2016-05-16 13:29:13 -04:00
parent 9601b30972
commit e28cb5b412
3 changed files with 3 additions and 3 deletions

View File

@ -460,7 +460,7 @@ th.table-th-sort-rev span.table-th-sort-span {
.sidebar {
position: fixed;
top: 51px;
top: 95px;
bottom: 0;
left: 0;
z-index: 1000;

View File

@ -95,6 +95,6 @@
margin: 0 8px;
}
body {
padding-top: 70px;
padding-top: 95px;
}

View File

@ -1,4 +1,4 @@
body {
padding-top: 70px;
padding-top: 95px;
}