diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-12-29 11:40:31 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-12-29 11:40:31 -0200 |
commit | d9feefb1188540fb15fcf53dcc286efea85f46f2 (patch) | |
tree | 96a6dc8e444bb60b717447b1b5e581e114ea8db6 /usr/local | |
parent | f9aed22c4ac72d98e60177315bfbc9a931baf83b (diff) | |
parent | 40930f75dbbb8a0856e48e9af5e0b1206001b9c5 (diff) | |
download | pfsense-d9feefb1188540fb15fcf53dcc286efea85f46f2.zip pfsense-d9feefb1188540fb15fcf53dcc286efea85f46f2.tar.gz |
Merge pull request #1408 from ExolonDX/master
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/themes/_corporate/all.css | 15 | ||||
-rw-r--r-- | usr/local/www/themes/code-red/all.css | 16 | ||||
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 16 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 16 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 16 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense/all.css | 16 |
6 files changed, 0 insertions, 95 deletions
diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css index b97ba4e..ea578fa 100644 --- a/usr/local/www/themes/_corporate/all.css +++ b/usr/local/www/themes/_corporate/all.css @@ -99,21 +99,6 @@ form { a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} form input { font-size: 1.1em; diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css index fddc89a..c26ec3d 100644 --- a/usr/local/www/themes/code-red/all.css +++ b/usr/local/www/themes/code-red/all.css @@ -155,22 +155,6 @@ a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} - form input { font-size: 1.1em; } diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index b1c78e7..18a8c0b 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -143,22 +143,6 @@ a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} - form input { font-size: 1.1em; } diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 7fb626c..ba0a5e4 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -155,22 +155,6 @@ a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} - form input { font-size: 1.1em; } diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 37e0441..3fa0630 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -77,22 +77,6 @@ a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} - form input { font-size: 1.1em; } diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 3846854..372c4b2 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -76,22 +76,6 @@ a { text-decoration: none; } -a:link { - color: #0000CC; -} - -a:visited { - color: #0000CC; -} - -a:active { - color: #0000CC; -} - -a:hover { - color: #0000CC; -} - form input { font-size: 1.1em; } |