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