Merge "Horizon page-header Margin needs to be smaller"

This commit is contained in:
Jenkins 2016-03-10 06:15:32 +00:00 committed by Gerrit Code Review
commit bf66705b1e
1 changed files with 4 additions and 0 deletions

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;
}