Horizon page-header Margin needs to be smaller

The Bootstrap page-header has a giant top margin, which we remove for
the 'default' theme. However, when you use a diffierent theme, it's
GIANT! We should make that style global instead of specific to
'default'.

Change-Id: Ia66277cd637415c41aa3721e40aa9ce4ac7e3cce
Closes-Bug: #1518133
This commit is contained in:
Diana Whitten 2015-11-19 16:55:13 -07:00
parent 8cade6356e
commit f61401f584

View File

@ -28,3 +28,7 @@ $navbar-true-height: $navbar-height + $navbar-border-size !default;
#content_body {
width: 100%;
}
.page-header {
margin-top: $padding-base-horizontal;
}