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
+1 -1
View File
@@ -11,7 +11,7 @@
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 8px 0;
margin: 0 0 15px 0;
}
.ansible-breadcrumb li {
float: left;
+2 -1
View File
@@ -16,13 +16,14 @@ html {
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
padding-top: 65px;
padding-top: 60px;
color: @black;
}
#main-menu-container {
.navbar {
margin-bottom: 0;
margin-top: 5px;
}
.navbar-brand {
position: absolute;