pfsense/usr/local/www/themes/code-red/bottom-loader.js
Colin Fleming bb046a4fde Update HTML boolean operator "nowrap"
The HTML boolean operator "nowrap" has been deprecated to a "style" and
it's "butt ugly", IMHO.

So, add a new class called "nowrap" to "all.css" and "wizard.css" and
start replacing "nowrap" with "class='nowrap'", if there is already a
class defined then just add, "class='whatever nowrap'".

Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
2013-02-06 13:04:13 +00:00

11 lines
349 B
JavaScript
Executable File

//<![CDATA[
NiftyCheck();
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
Rounded("div#mainarea","bl br tr","#FFF","#DDDDDD","smooth");
Rounded("div#boxarea","bl br tl tr","#FFF","#DDDDDD","smooth");
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
Rounded("div#topbox","all","#FFF","#990000","smooth");
//]]>