From: Mr. E23 Date: Mon, 1 Mar 2004 16:22:35 +0000 (+0000) Subject: Reverted bugfix for centering thumbs in Opera: breaks float=right divs in IE. See... X-Git-Tag: 1.3.0beta1~887 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d5889407f30a5b5d0378ab0595fedd6161b9d6cf;p=lhc%2Fweb%2Fwiklou.git Reverted bugfix for centering thumbs in Opera: breaks float=right divs in IE. See example at sv.wikipedia.org/w/wiki.phtml?title=Wikipedia:Sandl%E5dan&oldid=101565 --- diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index a0986add66..3b0aad8c72 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -50,7 +50,7 @@ div.thumbnail-none, div.thumbnail-right, div.thumbnail-left { padding: 2px; border:1px solid #8888aa; background:#CCCCCC; - margin: 0.3em auto 0.5em; + margin: 0.3em 0 0.5em; font-size: 85%; text-align: center; }