mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add rounded corners
This commit is contained in:
parent
329b5bb7b3
commit
9e03a7503a
@ -61,6 +61,7 @@ function showhide_black(tspan, tri) {
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
<div id="niftyOutter">
|
||||
<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>
|
||||
|
||||
@ -6,3 +6,11 @@
|
||||
All rights reserved. [<a href="/license.php" class="tblnk">view license</a>]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
if(!NiftyCheck())
|
||||
return;
|
||||
Rounded("div#niftyOutter","all","#FFF","#D4DDFF","smooth");
|
||||
}
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user