You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2007/08/14 01:55:26 UTC

svn commit: r565578 - /wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css

Author: knopp
Date: Mon Aug 13 16:55:26 2007
New Revision: 565578

URL: http://svn.apache.org/viewvc?view=rev&rev=565578
Log:
Added clear:left to tabbed panel

Modified:
    wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css

Modified: wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css?view=diff&rev=565578&r1=565577&r2=565578
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css (original)
+++ wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css Mon Aug 13 16:55:26 2007
@@ -233,6 +233,10 @@
   color:#eee;
   }
   
+div.tab-panel {
+	clear: left;
+}
+  
 div.tabpanel div.tab-row a:hover {
   color:#fff;
   }