diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-17 16:12:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-17 16:12:35 +0000 |
commit | 9ad0c4a372f766dba7fec936a7313667250f0b22 (patch) | |
tree | 07de034308ef737ddf8926417600388a9a8128d7 /usr/local/www/themes | |
parent | cdb0814b89e627ec05a171be910385ca1e7c6930 (diff) | |
download | pfsense-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/themes')
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 */ |