https://bugzilla.wikimedia.org/show_bug.cgi?id=3043


Danny B. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #14 from Danny B. <[email protected]>  2009-01-04 18:27:09 UTC ---
#feed-atom a, #feed-rss a
{
background:
url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/12px-Feed-icon.svg.png";)
center left no-repeat;
padding-left: 16px;
}

seems sane in all Monobook based skins.

Classic based skins would need to add appropriate id to such links.

Then I'd also suggest to remove the unnecessary waste - wrapping <span> of feed
links in Monobook skins in favor of moving the id attribute to <a>. Then all
skins could have the same code which would be

#feed-atom, #feed-rss
{
background:
url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/12px-Feed-icon.svg.png";)
center left no-repeat;
padding-left: 16px;
}

The URL to image should be to the /skins directory (or its subdir) of course
where the image should be stored, here it is just for simple copypaste to see
how it looks.

Changing padding and image position to right seems fine as well. Icon color -
choose whatever, but I'd prefer the standard orange one since it will shout out
"here are the links you're looking for".


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to