From 7ba3c09c62568ddef1ad5cab7a77e2123bb6be93 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 22 Jun 2007 18:17:23 +0000 Subject: [PATCH] * Added option to install with MyISAM * Select MySQL by default if both drivers are available * Use a frameset for the DB-specific box, instead of a garish orange background * A big font and an
for the final success message, since people sometimes forget to read it --- config/index.php | 107 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 82 insertions(+), 25 deletions(-) diff --git a/config/index.php b/config/index.php index dd36f9e357..ce18bac596 100644 --- a/config/index.php +++ b/config/index.php @@ -158,7 +158,10 @@ $ourdb['postgres']['rootuser'] = 'postgres'; font-weight: bold; font-size: 110%; color: green; - } + } + .success-box { + font-size: 130%; + }