HBASE-14690 Fix css so there's no left/right scroll bar

This commit is contained in:
Elliott Clark 2015-10-24 10:14:18 -07:00
parent 604ff56ef3
commit 9925e9a182
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
body { padding-top: 50px; }
html .content {
margin-left: 2.0em;
margin-right: 2.0em;
}
.navbar-brand img {
margin-top: -7px;

View File

@ -19,7 +19,8 @@
/* General styling */
body { padding-top: 50px; }
html .content {
margin-left: 1.0em;
margin-left: 2.0em;
margin-right: 2.0em;
}
.navbar-brand img {
margin-top: -7px;