You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/10 19:26:14 UTC

svn commit: r823896 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Author: jleroux
Date: Sat Oct 10 17:26:14 2009
New Revision: 823896

URL: http://svn.apache.org/viewvc?rev=823896&view=rev
Log:
Actually I realize now that reversion in Bizness Time was certainly intended (main part in center). So I put them back as they were (but of course keep "-larger" changes)

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=823896&r1=823895&r2=823896&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Sat Oct 10 17:26:14 2009
@@ -701,7 +701,7 @@
 }
 
 .left {
-    float: left; 
+    float: right; 
     overflow: hidden; 
     margin: 0 0 0 0; 
     padding: 0;
@@ -714,7 +714,7 @@
 }
 
 .leftonly {
-    float: right; 
+    float: left; 
     overflow: hidden; 
     margin: 0; 
     padding: 0;
@@ -727,7 +727,7 @@
 }
 
 .left-larger {
-    float: left; 
+    float: right ; 
     overflow: hidden; 
     margin: 0 0 0 0; 
     padding: 0;
@@ -740,7 +740,7 @@
 }
 
 .leftonly-larger {
-    float: right; 
+    float: left; 
     overflow: hidden; 
     margin: 0; 
     padding: 0;