mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
Merge "Follow-up Ib709ffd72: Add vendor prefixes"
This commit is contained in:
commit
ed2f6fa6f8
|
@ -8,6 +8,8 @@
|
|||
.mw-highlight pre {
|
||||
/* Use a more commonly found tab size of 4 (e.g. as used in CodeEditor)
|
||||
instead of the browser-default value of 8 */
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue