mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
Remove obsolete mw-highlighter styles
The styles in MediaWiki core for <pre> already cover this. And for skins that want different styles, SyntaxHighlight should not have been overriding it. Bug: T103780 Change-Id: Ib863288a9a4530b183cf5fdb692489363d82a50f
This commit is contained in:
parent
6b050bac51
commit
f834b719b9
|
@ -38,7 +38,6 @@
|
|||
"mobile"
|
||||
],
|
||||
"styles": [
|
||||
"pygments.wrapper.css",
|
||||
"pygments.generated.css"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
.mw-highlight {
|
||||
font-family: monospace;
|
||||
/* @noflip */
|
||||
direction: ltr;
|
||||
unicode-bidi: embed;
|
||||
}
|
Loading…
Reference in a new issue