From: Tim Starling Date: Fri, 22 Jun 2007 18:17:23 +0000 (+0000) Subject: * Added option to install with MyISAM X-Git-Tag: 1.31.0-rc.0~52447 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=7ba3c09c62568ddef1ad5cab7a77e2123bb6be93;p=lhc%2Fweb%2Fwiklou.git * 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 --- 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%; + }