From c2a6d9a98eaff68917f20bcd150a5739d30bef01 Mon Sep 17 00:00:00 2001 From: elksson Date: Sat, 24 Jan 2015 01:55:17 -0500 Subject: [PATCH] Fix for issue 2521 This fix resolves the issue with subheaders and subfooters not displaying the title correctly in the page. --- scss/_bar.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index 5dffcfd7856..a3976ef2c94 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -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; }