mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Merge "Drop IE basic support"
This commit is contained in:
commit
325911b629
|
@ -349,10 +349,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
// Page frame sub-feature
|
||||
.ext-discussiontools-visualenhancements_pageframe-enabled {
|
||||
.mw-page-title-separator {
|
||||
// Support IE: We could use :after { content: ' '; } but IE doesn't follow
|
||||
// the spec and inserts the space into the clipboard when copied.
|
||||
margin-right: 0.25em;
|
||||
.mw-page-title-separator::after {
|
||||
content: ' ';
|
||||
}
|
||||
|
||||
.ext-discussiontools-init-pageframe-latestcomment {
|
||||
|
|
Loading…
Reference in a new issue