From 63fff7ef47d7c81b3734bf6c67e7ffce6f7392f7 Mon Sep 17 00:00:00 2001 From: Chimo Date: Sun, 10 Jan 2016 15:37:30 +0000 Subject: [PATCH] Show H2s in notice content With notices coming from other sources (e.g. Diaspora) and rich-text plugins such as Textile/Markdown/TinyMCE, it's possible notices include H2 we want to display. --- theme/base/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 234bd9c913..beeecfe4bc 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -626,6 +626,10 @@ address .poweredby { display: none; } +#notices_primary .e-content h2 { + display: block; +} + .notice { list-style-type: none; margin-bottom: 10px;