Styling changes

Adjust white space at top of menu and on top/bottom of breadcrumbs.
This commit is contained in:
Chris Houseknecht
2014-06-23 11:47:16 -04:00
parent b0a03697b6
commit e9084d0c33
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
list-style: none; list-style: none;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
margin: 0 0 8px 0; margin: 0 0 15px 0;
} }
.ansible-breadcrumb li { .ansible-breadcrumb li {
float: left; float: left;

View File

@@ -16,13 +16,14 @@ html {
body { body {
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
font-weight: 400; font-weight: 400;
padding-top: 65px; padding-top: 60px;
color: @black; color: @black;
} }
#main-menu-container { #main-menu-container {
.navbar { .navbar {
margin-bottom: 0; margin-bottom: 0;
margin-top: 5px;
} }
.navbar-brand { .navbar-brand {
position: absolute; position: absolute;

View File

@@ -210,7 +210,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container-fluid" id="#content-container"> <div class="container-fluid" id="#content-container">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">