MediaWiki:Mobile.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
.skin-minerva .section-heading::before { | |||
content: "▾ "; | |||
display: inline-block; | |||
margin-right: 0.35em; | |||
} | |||
.skin-minerva .section-heading:not(.open-block)::before { | |||
content: "▸ "; | |||
} | |||
Revision as of 22:21, 17 April 2026
/* All CSS here will be loaded for users of the mobile site */
.skin-minerva .section-heading::before {
content: "▾ ";
display: inline-block;
margin-right: 0.35em;
}
.skin-minerva .section-heading:not(.open-block)::before {
content: "▸ ";
}