summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 21:51:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 21:51:30 +0000
commitf2f3af296e107edf09a81d537305022af86de5d7 (patch)
tree8b52d9bf01f0ca555fc64d87d3c1dde99ab75f0f /usr/local/www/index.php
parent426f300c72ae411c0ad509b5016e5efdc52cd06b (diff)
downloadpfsense-f2f3af296e107edf09a81d537305022af86de5d7.zip
pfsense-f2f3af296e107edf09a81d537305022af86de5d7.tar.gz
Use white background color, round corners correctly
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index febe820..46a8d99 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -64,7 +64,7 @@ include("head.inc");
<?php
echo "<center>\n";
echo "<a href=\"/\"><img src=\"./themes/".$g['theme']."/images/icons/icon_logo.gif\" border=\"0\"></a><p>\n";
- echo "<div id=\"nifty\">\n";
+ echo "<div style=\"background-color:#ffffff\" id=\"nifty\">\n";
echo "Welcome to pfSense!<p>\n";
echo "One moment while we start the initial setup wizard.<p>\n";
echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>\n";
@@ -73,7 +73,7 @@ include("head.inc");
echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n";
echo "<script type=\"text/javascript\">\n";
echo "NiftyCheck();\n";
- echo "Rounded(\"div#nifty\",\"top\",\"#FFF\",\"#EEEEEE\",\"smooth\");\n";
+ echo "Rounded(\"div#nifty\",\"all\",\"#FFF\",\"#EEEEEE\",\"smooth\");\n";
echo "</script>\n";
exit;
}
OpenPOWER on IntegriCloud