summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-07-28 11:38:01 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-07-28 11:38:01 +0100
commitbb38e8e5f970456e3430cb3a888a1abba5aa2b3b (patch)
treeeea07e565396e548792bb3a0b27f7d4bd5ef5e33 /usr/local/www/index.php
parent79891ffe7b61c2160b99895f52467a8574c132c9 (diff)
downloadpfsense-bb38e8e5f970456e3430cb3a888a1abba5aa2b3b.zip
pfsense-bb38e8e5f970456e3430cb3a888a1abba5aa2b3b.tar.gz
better handling of widescreen theme
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 827d557..f448998 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -550,7 +550,7 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
&nbsp;&nbsp;&nbsp;
<input id="submit" name="submit" type="submit" style="display:none" onclick="return updatePref();" class="formbtn" value="<?=gettext("Save Settings");?>" />
</form>
-<div id="niftyOutter">
+<div id="niftyOutter" class="fakeClass">
<?php
$totalwidgets = count($widgetfiles);
$halftotal = $totalwidgets / 2 - 2;
OpenPOWER on IntegriCloud