Jump to content

MediaWiki:Mobile.css: Difference between revisions

From WikiHikmah
Created page with "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: "▸ "; }"
 
No edit summary
Tag: 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 */