FIX: stop allowing nested SUP in topic bodies

This commit is contained in:
Sam 2015-02-19 13:17:31 +11:00
parent 451788b95d
commit 81733eb885
1 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,9 @@
.topic-title-outlet { .topic-title-outlet {
clear: both; clear: both;
} }
.topic-body {
sup sup {
top: 0;
}
}