summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-26 00:38:32 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-26 00:38:32 +0000
commit556ed55963d76ab825ee8c305ecaa4e634268d97 (patch)
tree6c4f4df8468385bf24a0d1039d5f326d53842528 /usr
parent561d55ffbc00efa831111a0e14a10e0b13f2339c (diff)
downloadpfsense-556ed55963d76ab825ee8c305ecaa4e634268d97.zip
pfsense-556ed55963d76ab825ee8c305ecaa4e634268d97.tar.gz
makes links the width and height of the LI tags .. makes links more friendly :)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc2
-rw-r--r--usr/local/www/themes/metallic/all.css4
2 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 1f1311d..ec8a01a 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -49,7 +49,7 @@ require_once("notices.inc");
<ul class="subdrop">
<li><a href="/system_advanced.php" class="navlnk">Advanced</a></li>
<li><a href="/system_firmware_check.php" class="navlnk">Firmware</a></li>
- <li><a href="/system.php" class="navlnk">General setup</a></li>
+ <li><a href="/system.php" class="navlnk">General Setup</a></li>
<li><a href="/pkg_mgr.php" class="navlnk">Packages</a></li>
<li><a href="/system_routes.php" class="navlnk">Static routes</a></li>
</ul>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index ec8dac7..25d26d6 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -225,7 +225,9 @@ iframe {
}
#navigation li li a {
- padding: 0.2em 10px
+ display: block;
+ padding-left: 10px;
+ padding-right: 10px;
}
#navigation ul li ul li a.navlnk:hover {
OpenPOWER on IntegriCloud