https://bugzilla.wikimedia.org/show_bug.cgi?id=25953
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Krinkle <[email protected]> 2011-02-09 01:03:32 UTC --- (In reply to comment #1) > assigning to me to get approval from communications. also what's the deal with > the weird smiley face to the left of the left sidebar? Lol, the smiley kept me looking through the DOM and CSS a few times but it's weird as you say. It's the following code: <img id="wpstats" src="http://stats.wordpress.com/g.gif?host=blog.wikimedia.org&rand=0.8847946594469249&blog=4743035&v=ext&post=0&ref=http%3A//blog.wikimedia.org/blog/" alt=""> Due to the nature of the layout (basically everything is inside a container of some kind, indirectly or directly floated and/or clearing. Since the img is loose pops up the highest up place it can go without interferring with the floats, which, in LTR mode, happends to be to the left of the sidebar around 4-5 links down. I guess we can hide this face somehow (it's the wp-stats thing which returns a smiley while recording statistics), or alternatively perhaps it should be get rid of depending on whether it's actually used or a left-over from another skin. (perhaps also something about privacy / IP-addresses to third parties ?) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
