summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-01 11:32:08 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-01 11:32:08 -0400
commitad6b0ac058b2c348df3a2aa3a541b212417e4d67 (patch)
treef079fdcf6408e29711fd1e53ed5a5ac173bf1578 /src/usr/local/www
parent5d457c041eea4d06ea59183b59353926f1aaec31 (diff)
downloadpfsense-ad6b0ac058b2c348df3a2aa3a541b212417e4d67.zip
pfsense-ad6b0ac058b2c348df3a2aa3a541b212417e4d67.tar.gz
Improved styling of page title prevents spurious underline
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css4
-rw-r--r--src/usr/local/www/guiconfig.inc4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css
index 0b504e4..1de1810 100644
--- a/src/usr/local/www/bootstrap/css/pfSense.css
+++ b/src/usr/local/www/bootstrap/css/pfSense.css
@@ -3,10 +3,12 @@
h1 a:link{
color: #000000;
+ text-decoration: none !important;
}
+
h1 a:visited { color: #000000; }
-h1 a:hover, h1 a:active { color: #000000; text-decoration: none; }
+h1 a:hover, h1 a:active { color: #000000; text-decoration: none !important; }
html {
position: relative;
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index 2071282..32d8ffa 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -559,9 +559,9 @@ function gentitle($title) {
function genhtmltitle($title) {
if (!is_array($title))
- return '<h1 class="page-header"><a href="#">' . $title . '</a></h1>';
+ return '<h1 class="page-header"><a href="">' . $title . '</a></h1>';
- $heading = '<h1 class="page-header"><a href="#">' . end($title) . '</a></h1>';
+ $heading = '<h1 class="page-header"><a href="">' . end($title) . '</a></h1>';
// If the array contains only one element, there are no breadcrumbs, so don't
// add anything else
OpenPOWER on IntegriCloud