From: Jens Frank Date: Mon, 31 May 2004 12:33:40 +0000 (+0000) Subject: center not working in standard/cologne blue/nostalgia. BUG #963227 X-Git-Tag: 1.5.0alpha1~3114 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=e2a3eeb024e7cfccf5c7aa7515df284b7c9c51cb;p=lhc%2Fweb%2Fwiklou.git center not working in standard/cologne blue/nostalgia. BUG #963227 --- diff --git a/stylesheets/common.css b/stylesheets/common.css index 712e4fe78a..10122fd3ce 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -140,3 +140,14 @@ div.prefsectiontip { } fieldset.prefsection { margin-top: 1em } fieldset.operaprefsection { margin-left: 15em } + +/* emulate center */ +.center { + width: 100%; + text-align: center; +} +*.center * { + margin-left: auto; + margin-right: auto; +} +