mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/pages/ve.ui.MWTemplatePage-default.css
WMDE-Fisch 11f5f6cb59 Remove dead code in MWTemplatePage
Bug: T310859
Change-Id: Ie55d82fb6f3be0b90b8f42aecdd761624b94afca
2022-06-22 00:20:00 +00:00

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;
}