center not working in standard/cologne blue/nostalgia. BUG #963227
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 31 May 2004 12:33:40 +0000 (12:33 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 31 May 2004 12:33:40 +0000 (12:33 +0000)
stylesheets/common.css

index 712e4fe..10122fd 100644 (file)
@@ -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;
+}
+