mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
8a85f5fb05
First step in streamlining the code to create sub-references. Slightly renaming the class to fit the schema and avoid conflicts. Bug: T373849 Change-Id: Iadbdbecbedf4d4aa3f0e0bade88ea020f2570926
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
/*!
|
|
* VisualEditor UserInterface MWSetExtendsContentDialog styles.
|
|
*
|
|
* @copyright 2024 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-setExtendsContentDialog-warning {
|
|
font-weight: normal;
|
|
margin-bottom: 1em;
|
|
}
|