Skip to content

Commit

Permalink
Fix for issue 2521
Browse files Browse the repository at this point in the history
This fix resolves the issue with subheaders and subfooters not displaying the title correctly in the page.
  • Loading branch information
elksson committed Jan 24, 2015
1 parent acd0ff8 commit c2a6d9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,11 @@

.bar-subheader {
top: $bar-height;
display: block;

height: $bar-subheader-height;
}
.bar-subfooter {
bottom: $bar-footer-height;
display: block;

height: $bar-subfooter-height;
}
Expand Down

0 comments on commit c2a6d9a

Please sign in to comment.