From 69cb58efdc8bf6bdcf172ab188f807a5cdadaf57 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 9 Jan 2007 05:55:07 +0000 Subject: [PATCH] Inserted a new style to make install look better --- install.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.php b/install.php index 25e098250f..f07eec1db8 100644 --- a/install.php +++ b/install.php @@ -1179,6 +1179,12 @@ function css_styles() { padding: 20px; color: #ff0000; } + .invisiblefieldset { + display:inline; + border:0px; + padding:0px; + margin:0px; + } #mysql, #postgres7, #mssql, #mssql_n, #odbc_mssql, #oci8po { display: none; } -- 2.39.5