mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Change color to #990000 so I dont have to hear about ppl pooping the same color any longer.
This commit is contained in:
parent
1bad4fe8ab
commit
aca01efc29
@ -30,7 +30,7 @@ function showhide(tspan, tri) {
|
||||
<table width="750" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr valign="bottom">
|
||||
<td width="150" height="65" align="center" valign="middle"> <strong><a href="/"><img src="/logo.gif" border="0"></a></strong></td>
|
||||
<td height="65" bgcolor="#7F3B00">
|
||||
<td height="65" bgcolor="#990000">
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td align="left" valign="bottom"><span class="tfrtitle"> webConfigurator</span></td>
|
||||
<td align="right" valign="bottom">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
</td></tr></table></td>
|
||||
</tr>
|
||||
<tr align="center" valign="top" bgcolor="#7F3B00">
|
||||
<tr align="center" valign="top" bgcolor="#990000">
|
||||
<td colspan="2" class="cpline">pfSense is © 2004 by Scott Ullrich. All Rights Reserved.
|
||||
<br>pfSense is originally based on m0n0wall which is © 2002-2004 by Manuel Kasper.
|
||||
All rights reserved. [<a href="/license.php" class="tblnk">view license</a>]</td>
|
||||
|
||||
@ -231,7 +231,7 @@ a {
|
||||
.listtopic {
|
||||
border-right: 1px solid #999999;
|
||||
font-size: 11px;
|
||||
background-color: #7F3B00;
|
||||
background-color: #990000;
|
||||
padding-right: 16px;
|
||||
padding-left: 6px;
|
||||
color: #FFFFFF;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user