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:
parent
8cade6356e
commit
f61401f584
@ -28,3 +28,7 @@ $navbar-true-height: $navbar-height + $navbar-border-size !default;
|
||||
#content_body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: $padding-base-horizontal;
|
||||
}
|
Loading…
Reference in New Issue
Block a user