From 9ad0c4a372f766dba7fec936a7313667250f0b22 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 17 Oct 2005 16:12:35 +0000 Subject: MFC 6922 Add redlnk class - I'm tired of seeing the pfSense link in fend.inc be blue! Or worse..some random color :-/ --- usr/local/www/fend.inc | 2 +- usr/local/www/themes/metallic/all.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'usr/local/www') 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 @@ 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 */ -- cgit v1.1