phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4538 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4538 - phpcompta/trunk/html
Date: Thu, 1 Dec 2011 20:45:21 +0100 (CET)

Author: danydb
Date: 2011-12-01 20:45:12 +0100 (Thu, 01 Dec 2011)
New Revision: 4538

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-epad.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
Log:
topmenu is not float

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-12-01 11:27:05 UTC (rev 
4537)
+++ phpcompta/trunk/html/style-color.css        2011-12-01 19:45:12 UTC (rev 
4538)
@@ -841,7 +841,6 @@
 
 }
 div.topmenu {
-       float:left;
        width:100%;
 
 }

Modified: phpcompta/trunk/html/style-epad.css
===================================================================
--- phpcompta/trunk/html/style-epad.css 2011-12-01 11:27:05 UTC (rev 4537)
+++ phpcompta/trunk/html/style-epad.css 2011-12-01 19:45:12 UTC (rev 4538)
@@ -837,7 +837,6 @@
 
 }
 div.topmenu {
-       float:left;
        width:100%;
 
 }

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-12-01 11:27:05 UTC (rev 
4537)
+++ phpcompta/trunk/html/style-light.css        2011-12-01 19:45:12 UTC (rev 
4538)
@@ -835,7 +835,7 @@
 
 }
 div.topmenu {
-       float:left;
+
        width:100%;
 
 }

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-12-01 11:27:05 UTC (rev 4537)
+++ phpcompta/trunk/html/style.css      2011-12-01 19:45:12 UTC (rev 4538)
@@ -835,7 +835,6 @@
        }
 div.topmenu {
        float:left;
-       width:100%;
        margin-top:2px;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]