mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 14:12:53 +00:00
11 lines
239 B
CSS
11 lines
239 B
CSS
|
/*!
|
||
|
* VisualEditor MediaWiki UserInterface Tool styles.
|
||
|
*
|
||
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ui-dropdownTool-mwFormat ul {
|
||
|
font-size: 80%;
|
||
|
}
|