You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@apache.org on 2012/01/06 09:52:25 UTC

svn commit: r1228020 - /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css

Author: robbypelssers
Date: Fri Jan  6 08:52:24 2012
New Revision: 1228020

URL: http://svn.apache.org/viewvc?rev=1228020&view=rev
Log:
removed fixed position of the left side menu because older versions of IE can't handle floating and position:fixed properly

Now the new page looks fine in all browsers !!

Modified:
    cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css

Modified: cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css?rev=1228020&r1=1228019&r2=1228020&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css (original)
+++ cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/read/style.css Fri Jan  6 08:52:24 2012
@@ -53,8 +53,6 @@ li {
     float: left;
     text-align: left;
     width: 230px;
-    position:fixed;
-    margin-top:24px;
     background-color: #D1C7C7;
     border:none;
 }