summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-16 23:51:39 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-16 23:51:39 +0000
commitc2e4efb50daba005bead13c0276e800eeac673c4 (patch)
tree32d4d498a08a95798550e370e6733caddc9d3c16
parentd86286ed3e0eec1b82783746993e09426ca92ff3 (diff)
downloadpfsense-c2e4efb50daba005bead13c0276e800eeac673c4.zip
pfsense-c2e4efb50daba005bead13c0276e800eeac673c4.tar.gz
Minor changes for css and javascript handling for template system.
-rwxr-xr-xusr/local/www/gui.css2
-rwxr-xr-xusr/local/www/head.inc1
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/gui.css b/usr/local/www/gui.css
index 90796e2..e6d247d 100755
--- a/usr/local/www/gui.css
+++ b/usr/local/www/gui.css
@@ -68,7 +68,7 @@ a {
.navlnk {
color: #FFFFFF;
text-decoration: none;
- font-size: 13px;
+ font-size: 0.9em;
}
.navlnks {
color: #FFFFFF;
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index e16427b..f2e1b19 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -17,7 +17,6 @@ else
<title><?=gentitle($pgtitle);?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/templates/<?php echo $g['template']; ?>/all.css" media="all" />
- <link rel="stylesheet" type="text/css" href="/niftycssCode.css">
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
<script type="text/javascript" src="/niftyjsCode.js"></script>
<?php if (!isset($closehead)){ ?>
OpenPOWER on IntegriCloud