Merge pull request #3418 from Elberet/supsup

Apply fix against nested SUP tags to preview
This commit is contained in:
Régis Hanol 2015-05-01 10:10:13 +02:00
commit 062c72336f
2 changed files with 3 additions and 6 deletions

View File

@ -38,6 +38,9 @@
video {
max-width: 100%;
}
sup sup {
top: 0;
}
}
// we use aside to hold expandable quotes (versus, say, static blockquotes)
aside.quote {

View File

@ -26,12 +26,6 @@
clear: both;
}
.topic-body {
sup sup {
top: 0;
}
}
.extra-info-wrapper {
.badge-wrapper {
float: left;