Skip to content

Commit

Permalink
Merge pull request #468 from marmelab/css_fixes
Browse files Browse the repository at this point in the history
[RFR] Fix top margin regressions
  • Loading branch information
manuquentin committed May 26, 2015
2 parents 8909542 + 417bc99 commit af44024
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sass/ng-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
left: 50%;
}

.navbar-static-top {
#wrapper .navbar-static-top {
margin-bottom: 0;
.navbar-right {
margin-right: 15px;
Expand Down Expand Up @@ -67,9 +67,8 @@ ul.collapsible {
* Grid
*/

.page-header {
#page-wrapper .page-header {
margin: 10px 0 15px;

.lead {
margin-bottom: 0;
}
Expand Down

0 comments on commit af44024

Please sign in to comment.