}
else
{
- $cfg['style'] = 'courgette';
$cfg['installation_done'] = true;
jirafeau_export_cfg ($cfg);
echo '<div class="message"><p>' .
*/
$cfg['lang'] = 'auto';
/* Select your style :) See media folder */
-$cfg['style'] = 'modern';
+$cfg['style'] = 'courgette';
/* Propose a preview link if file type is previewable is set to true. */
$cfg['preview'] = true;
/* Download page: propose a link to a download page is set to true. */
#install + fieldset {
width: auto;
max-width: 50em;
- border: 0;
+ border: 7px dashed #bcaaa4;
}
#install table,
width: 100%;
}
-#install td:last-child { text-align: right; }
+#install td:last-child { text-align: left; }
#install .info { width: 19em; }