mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 03:18:48 +00:00
13 lines
261 B
CSS
13 lines
261 B
CSS
|
/*!
|
||
|
* VisualEditor UserInterface MediaWiki CommandHelpDialog styles.
|
||
|
*
|
||
|
* @copyright 2011-2014 VisualEditor Team and others; see http://ve.mit-license.org
|
||
|
*/
|
||
|
|
||
|
.ve-ui-commandHelpDialog-container {
|
||
|
/*
|
||
|
* See ve.ui.CommandHelpDialog.css
|
||
|
*/
|
||
|
height: 38em;
|
||
|
}
|