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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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;