From f2c88b3574c384b0c92f09a745be7fc22f3de42d Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Thu, 26 Sep 2013 18:17:30 -0400 Subject: converting header from overview from h2 to h1 for more consistency across pages --- hyperkitty/static/hyperkitty/css/hyperkitty-common.css | 7 ++++++- hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 7 ------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'hyperkitty/static') diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-common.css b/hyperkitty/static/hyperkitty/css/hyperkitty-common.css index dab65bb..c262308 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-common.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-common.css @@ -325,4 +325,9 @@ a.thread-new strong { display: none; /* Displayed manually */ } - +h1 { + margin-top: 0px; + font-size: 28px !important; /* override bootstrap */ + line-height: 32px; + margin-bottom: 0.5em; +} diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index cc00b5f..45181f1 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -1,12 +1,5 @@ /* Summary page */ -#overview h2 { - margin-top: 0px; - font-size: 28px; - line-height: 32px; - margin-bottom: 0.5em; -} - #overview h2 #breadcrumb { font-weight: normal; font-size: 12px; -- cgit