summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-17 16:12:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-17 16:12:35 +0000
commit9ad0c4a372f766dba7fec936a7313667250f0b22 (patch)
tree07de034308ef737ddf8926417600388a9a8128d7 /usr/local/www
parentcdb0814b89e627ec05a171be910385ca1e7c6930 (diff)
downloadpfsense-9ad0c4a372f766dba7fec936a7313667250f0b22.zip
pfsense-9ad0c4a372f766dba7fec936a7313667250f0b22.tar.gz
MFC 6922
Add redlnk class - I'm tired of seeing the pfSense link in fend.inc be blue! Or worse..some random color :-/
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/fend.inc2
-rw-r--r--usr/local/www/themes/metallic/all.css6
2 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 850c028..56b75c3 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -3,7 +3,7 @@
</div> <!-- Content DIV -->
<div id="footer">
- <p><a target="_blank" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.</p>
+ <p><a target="_blank" href="http://www.pfSense.com" class="redlnk">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.</p>
<p>pfSense is originally based on m0n0wall which is &copy; 2002-2004 by Manuel Kasper. All rights reserved.&nbsp; [<a href="/license.php" class="tblnk">view license</a>]</p>
</div> <!-- Footer DIV -->
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index adb67f8..f1954ea 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -388,6 +388,10 @@ table#marquee div#container div#scroller {
text-decoration: none;
font-size: 11px;
}
+.redlnk {
+ color: #990000;
+ text-decoration: none;
+}
.tblnk {
color: #FFFFFF;
text-decoration: none;
@@ -710,4 +714,4 @@ div.suggestions div.current {
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
-/* End Nifty Corners Crap */ \ No newline at end of file
+/* End Nifty Corners Crap */
OpenPOWER on IntegriCloud