From 84e2c6c72463bd6caf0458fe9698679c785e1b0c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 13 Jan 2007 20:12:32 +0000 Subject: [PATCH] Added some styles to display phpinfo properly. --- theme/standard/styles_layout.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a01cd6809a..8215797a0d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -455,6 +455,19 @@ form.mform .required img.req { text-align:center; } +div.phpinfo .center{ + text-align: center; +} + +div.phpinfo .center table { + margin-left: auto; + margin-right: auto; + text-align: left; +} + +div.phpinfo .center th { + text-align: center; +} /*** *** Header -- 2.39.5