summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-03 00:25:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-03 00:25:08 -0400
commit11b774144d4ca0d0436df0484b069eca4c608e62 (patch)
tree2dd8eaa47a1d1026239a8bfe4412978dbdb78034 /usr
parent6b060a2f23f99922ea41b52a50db96726426cbc9 (diff)
downloadpfsense-11b774144d4ca0d0436df0484b069eca4c608e62.zip
pfsense-11b774144d4ca0d0436df0484b069eca4c608e62.tar.gz
Do not set font size, it breaks the default css and ends up overflowing the menu
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_showbogons.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/diag_showbogons.php b/usr/local/www/diag_showbogons.php
index 68bcb96..c89bc7c 100644
--- a/usr/local/www/diag_showbogons.php
+++ b/usr/local/www/diag_showbogons.php
@@ -62,12 +62,16 @@ $bogons = file_get_contents(trim("/etc/bogons"));
$pgtitle = "Diagnostics: Show Bogons";
include("head.inc");
+?>
+<body link="#000000" vlink="#000000" alink="#000000">
+
+<?php
+
include("fbegin.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<style type="text/css">
-body { font-family: Verdana; font-size: 100%; }
pre { font-size: 1.15em; }
</style>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud