From: Chimo Date: Sun, 10 Jan 2016 15:37:30 +0000 (+0000) Subject: Show H2s in notice content X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=63fff7ef47d7c81b3734bf6c67e7ffce6f7392f7;p=quix0rs-gnu-social.git 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. --- 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;