mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
5148a0836a
That's what we call them in human-speak, and it makes sense to have them align. Bug: 49923 Change-Id: I8dcfba249fb9ea13c2b4052e98a4d253c302b1ba
15 lines
358 B
CSS
15 lines
358 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWReferencesListNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwReferencesListNode .ve-ce-generated-wrapper {
|
|
display: inline-block;
|
|
}
|
|
|
|
.ve-ce-mwReferencesListNode-muted {
|
|
font-style: italic;
|
|
color: #777;
|
|
} |