Author: ajaquith
Date: Sun Aug 3 05:31:27 2008
New Revision: 682156
URL: http://svn.apache.org/viewvc?rev=682156&view=rev
Log:
Massive re-factoring to make Stripes less invasive.
Modified:
incubator/jspwiki/trunk/src/webdocs/scripts/jspwiki-common.js
Modified: incubator/jspwiki/trunk/src/webdocs/scripts/jspwiki-common.js
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/webdocs/scripts/jspwiki-common.js?rev=682156&r1=682155&r2=682156&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/webdocs/scripts/jspwiki-common.js (original)
+++ incubator/jspwiki/trunk/src/webdocs/scripts/jspwiki-common.js Sun Aug 3
05:31:27 2008
@@ -760,7 +760,7 @@
(i==0) ? tab.removeClass('hidetab') :
tab.addClass('hidetab');
- new
Element('div',{'class':'clearbox'}).inject(tab);
+ new
Element('div',{'styles':{'clear':'both'}}).inject(tab);
var title = clazz.substr(4).deCamelize();
//drop 'tab-' prefix
new Element('a', {