From e2a3eeb024e7cfccf5c7aa7515df284b7c9c51cb Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 31 May 2004 12:33:40 +0000 Subject: [PATCH] center not working in standard/cologne blue/nostalgia. BUG #963227 --- stylesheets/common.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; +} + -- 2.20.1