1 /* General-purpose icons via CSS. Classes here should be named "mw-icon-*". */
3 /* For the collapsed and expanded arrows, we also provide selectors to make it
4 * easy to use them with jquery.makeCollapsible. */
5 .mw-icon-arrow-collapsed
,
6 .mw-collapsible-arrow.mw-collapsible-toggle-collapsed {
8 background: url
(images
/arrow-collapsed-ltr
.png
) no-repeat left bottom
;
11 .mw-icon-arrow-expanded
,
12 .mw-collapsible-arrow.mw-collapsible-toggle-expanded {
14 background: url
(images
/arrow-expanded
.png
) no-repeat left bottom
;