Align logo in API browser

By default, bootstrap pads the “navbar-brand” element with 15px, and sets margin-left to -15px. Since we had removed all the padding, it meant that the logo was -15px to the left of the main page margin.
This commit is contained in:
Shane McDonald 2016-06-13 14:08:09 -04:00
parent 9e56913893
commit 1df83e8853

View File

@ -36,9 +36,10 @@ body .navbar {
background-color: #FFFFFF;
border-color: #E8E8E8;
}
body .navbar .navbar-brand {
body .navbar > .container .navbar-brand, .navbar {
color: #707070;
padding: 0;
margin-left: 0px;
font-size: 14px;
}
body .navbar .navbar-brand:focus,