mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 14:06:19 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTemplatePage-description {
|
|
color: #54595d;
|
|
overflow-wrap: break-word;
|
|
|
|
&-extra,
|
|
&-missing {
|
|
font-style: italic;
|
|
}
|
|
}
|