From e78f5ed55961856ab6f24509ead79568181e0641 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 3 Jun 2008 23:33:46 +0000 Subject: [PATCH] Revert r35769. The star-shaped bullet isn't really ideal; it doesn't display properly in some browsers (overlaps with square bullet), and isn't particularly clear. Might be best to break the pages back out again so things are visible and accessible. --- skins/common/images/COPYING | 11 ----------- skins/common/images/bullet_star.gif | Bin 136 -> 0 bytes skins/common/shared.css | 3 +-- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 skins/common/images/COPYING delete mode 100644 skins/common/images/bullet_star.gif diff --git a/skins/common/images/COPYING b/skins/common/images/COPYING deleted file mode 100644 index 893f7fc775..0000000000 --- a/skins/common/images/COPYING +++ /dev/null @@ -1,11 +0,0 @@ -Licences and sources for individual images: -== GFDL == -http://www.gnu.org/licenses/fdl.html - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled "GNU - Free Documentation License". - -bullet_star.gif - http://commons.wikimedia.org/wiki/Image:QS_blue_star_small.png diff --git a/skins/common/images/bullet_star.gif b/skins/common/images/bullet_star.gif deleted file mode 100644 index ac7498e662235c4e9a8e131667564fe02bc246cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmZ?wbhEHbMRc-qZ28#bgor_WvOHxx5$}>wc z6hbmm72G|20~i#4vM_Qnuruf|00GDl24<6rT^s%_-79{qL}AMAj%i&AU5tS|iwi0o jqxY;S<;jn=Z;D-UKH-{8ySuq&E}!L0CE+>-$gQ_ diff --git a/skins/common/shared.css b/skins/common/shared.css index 5eaa989ae6..d42fc1c0df 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -241,8 +241,7 @@ h4.mw-specialpagesgroup { margin: .3em 0em 0em 0em; } .mw-specialpagerestricted { - display: list-item; - list-style-image: url(images/bullet_star.gif); + font-weight: bold; } #shared-image-dup, #shared-image-conflict { -- 2.20.1