summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/bootstrap
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/bootstrap
parent5d457c041eea4d06ea59183b59353926f1aaec31 (diff)
downloadpfsense-ad6b0ac058b2c348df3a2aa3a541b212417e4d67.zip
pfsense-ad6b0ac058b2c348df3a2aa3a541b212417e4d67.tar.gz
Improved styling of page title prevents spurious underline
Diffstat (limited to 'src/usr/local/www/bootstrap')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css4
1 files changed, 3 insertions, 1 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;
OpenPOWER on IntegriCloud