]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Show H2s in notice content
authorChimo <chimo@chromic.org>
Sun, 10 Jan 2016 15:37:30 +0000 (15:37 +0000)
committerChimo <chimo@chromic.org>
Sun, 10 Jan 2016 15:37:30 +0000 (15:37 +0000)
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

index 234bd9c9130b5519435e7542138b813b54eb6f24..beeecfe4bc2fd69bf878c894efe42f09a4ff69dd 100644 (file)
@@ -626,6 +626,10 @@ address .poweredby {
     display: none;
 }
 
+#notices_primary .e-content h2 {
+    display: block;
+}
+
 .notice {
     list-style-type: none;
     margin-bottom: 10px;