mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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.
11 lines
349 B
JavaScript
Executable File
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");
|
|
|
|
//]]>
|