forked from GNUsocial/gnu-social
Merge branch 'hidden-h2s' into 'nightly'
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. See merge request !76
This commit is contained in:
commit
e94017a552
@ -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