Apply fix against nested SUP tags to preview

This commit is contained in:
Jens Maier 2015-04-30 23:05:04 +02:00
parent 886cd41b15
commit 1a692bee0c
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;