Merge branch 'master' of https://github.com/discourse/discourse
This commit is contained in:
commit
0810022caf
|
@ -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 {
|
||||
|
|
|
@ -26,12 +26,6 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
sup sup {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.extra-info-wrapper {
|
||||
.badge-wrapper {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue