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.
This commit is contained in:
parent
e498bc6b7b
commit
63fff7ef47
@ -626,6 +626,10 @@ address .poweredby {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notices_primary .e-content h2 {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user