mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
11f5f6cb59
Bug: T310859 Change-Id: Ie55d82fb6f3be0b90b8f42aecdd761624b94afca
17 lines
386 B
CSS
17 lines
386 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTemplatePage-description {
|
|
color: #54595d;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.ve-ui-mwTemplatePage-description-extra,
|
|
.ve-ui-mwTemplatePage-description-missing {
|
|
font-style: italic;
|
|
}
|