Fix breadcrumbs

This commit is contained in:
Tom Christie 2012-10-29 13:18:51 +00:00
parent cf77fd6964
commit 752f191a76

View File

@ -32,6 +32,10 @@ h2, h3 {
margin-right: 1em; margin-right: 1em;
} }
ul.breadcrumb {
margin: 58px 0 0 0;
}
/* To allow tooltips to work on disabled elements */ /* To allow tooltips to work on disabled elements */
.disabled-tooltip-shield { .disabled-tooltip-shield {
position: absolute; position: absolute;
@ -65,7 +69,7 @@ html{
background: none; background: none;
} }
body, .navbar .navbar-inner .container-fluid{ body, .navbar .navbar-inner .container-fluid {
max-width: 1150px; max-width: 1150px;
margin: 0 auto; margin: 0 auto;
} }
@ -76,13 +80,14 @@ body{
} }
#content{ #content{
margin: 40px 0 0 0; margin: 0;
} }
/* custom navigation styles */ /* custom navigation styles */
.wrapper .navbar{ .wrapper .navbar{
width:100%; width: 100%;
position: absolute; position: absolute;
left:0; left: 0;
top: 0;
} }
.navbar .navbar-inner{ .navbar .navbar-inner{