diff options
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-common.css | 7 | ||||
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 7 |
2 files changed, 6 insertions, 8 deletions
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; |