mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
391e247c90
Depends on Ide1487250e in core. Change-Id: Ia31e498b565c4db79026e0e40f515a2b65bbbde2
16 lines
377 B
CSS
16 lines
377 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Vector skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar {
|
|
margin: -1.25em -1.5em 1.5em -1.5em;
|
|
}
|
|
|
|
.ve-init-debugBar {
|
|
padding: 1.5em;
|
|
margin: 1em -1.5em -1.5em -1.5em;
|
|
}
|