summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 20:38:43 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 20:38:43 +0000
commit75f38ece2654888dd8129f476c4a9ac1405b0e38 (patch)
tree50b73ebea112737c24ad6b1aa501b624b31d3540 /usr/local/www/fend.inc
parent96f8c1e20bedeb28439bd74992a6bb7a10b8dc41 (diff)
downloadpfsense-75f38ece2654888dd8129f476c4a9ac1405b0e38.zip
pfsense-75f38ece2654888dd8129f476c4a9ac1405b0e38.tar.gz
Bottom bar is now round
Move the Rounded() functions to fend.inc
Diffstat (limited to 'usr/local/www/fend.inc')
-rwxr-xr-xusr/local/www/fend.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index d9b6e02..204073f 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -1,14 +1,15 @@
</td></tr></table></td>
</tr>
- <tr align="center" valign="top" bgcolor="#990000">
- <td id="red" name="testing" colspan="2" class="cpline"><a target="_NEW" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.
+ <tr align="center" valign="top">
+ <td id="fend" colspan="2" class="cpline" bgcolor="#990000"><a target="_NEW" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.
<br>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>]</td>
</tr>
</table>
-</div>
<script type="text/javascript">
NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-Rounded("div#niftyOutter","bl br","#FFF","#990000","smooth");
+Rounded("div#niftyMenuTop","top","#FFFFFF","#000000","smooth");
+Rounded("div#niftyMenuBottom","bottom","#FFFFFF","#000000","smooth");
+Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
+Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
</script>
OpenPOWER on IntegriCloud