From bb046a4fde80242bae83f138ed5f0d33de8a7ba1 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Wed, 6 Feb 2013 13:04:13 +0000 Subject: 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. --- usr/local/www/themes/the_wall/all.css | 2 ++ usr/local/www/themes/the_wall/bottom-loader.js | 4 ++-- usr/local/www/themes/the_wall/loader.js | 8 ++++---- usr/local/www/themes/the_wall/wizard.css | 2 ++ 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'usr/local/www/themes/the_wall') diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index c96a99c..6c52614 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -5,6 +5,8 @@ html, body, td, th, input, select { } +.nowrap { white-space: nowrap; } + .infobox { width:100%; } diff --git a/usr/local/www/themes/the_wall/bottom-loader.js b/usr/local/www/themes/the_wall/bottom-loader.js index 238e0b2..a21f775 100644 --- a/usr/local/www/themes/the_wall/bottom-loader.js +++ b/usr/local/www/themes/the_wall/bottom-loader.js @@ -1,4 +1,4 @@ - +//]]> diff --git a/usr/local/www/themes/the_wall/loader.js b/usr/local/www/themes/the_wall/loader.js index d4137f6..0fd7d68 100644 --- a/usr/local/www/themes/the_wall/loader.js +++ b/usr/local/www/themes/the_wall/loader.js @@ -1,4 +1,4 @@ - +//]]> diff --git a/usr/local/www/themes/the_wall/wizard.css b/usr/local/www/themes/the_wall/wizard.css index 4e0d048..a2d31d5 100644 --- a/usr/local/www/themes/the_wall/wizard.css +++ b/usr/local/www/themes/the_wall/wizard.css @@ -5,6 +5,8 @@ html, body, td, th, input, select { } +.nowrap { white-space: nowrap; } + /* please adjust the bgcolor to be used together with niftycorners! */ .rtop, .artop { background-color: #999999; -- cgit v1.1