mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
efaf3aadf3
The `mw-body-content` class is currently decorating various things, however should be limited to the body of the article. This allows us to identify the wrapping element without resorting to a selector that makes use of an identifier and to separate styling concerns of UI (indicators and site notice) from article content. Bug: T279388 Change-Id: I4c1b15d90bacbc9b13782a1d8f52e838ce8ecd83
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
{{! @typedef Indicator[]}}
|
|
<div class="mw-indicators">
|
|
{{#array-indicators}}
|
|
<div id="{{id}}" class="{{class}}">{{{html}}}</div>
|
|
{{/array-indicators}}
|
|
</div>
|