2 * Display neat icons on redirect pages.
5 /* Hide, but keep accessible for screen-readers. */
13 list-style: none none
;
15 /* shared.css has some very weird directionality-specific rules for 'ul' we need to override,
16 search for "Correct directionality when page dir is different from site/user dir" */
18 padding: 0 !important
;
22 .mw-content-ltr .redirectText li {
28 background: url
(images
/nextredirect-ltr
.png
) bottom left no-repeat
;
32 .mw-content-ltr .redirectText li:first-child {
35 background: url
(images
/redirect-ltr
.png
) bottom left no-repeat
;
39 .mw-content-rtl .redirectText li {
45 background: url
(images
/nextredirect-rtl
.png
) bottom right no-repeat
;
49 .mw-content-rtl .redirectText li:first-child {
52 background: url
(images
/redirect-rtl
.png
) bottom right no-repeat
;