You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/04/01 15:41:33 UTC

svn commit: r929968 - /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: lofwyr
Date: Thu Apr  1 13:41:33 2010
New Revision: 929968

URL: http://svn.apache.org/viewvc?rev=929968&view=rev
Log:
TOBAGO-832: fix broken line of menu bar in ie6

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=929968&r1=929967&r2=929968&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Apr  1 13:41:33 2010
@@ -1111,6 +1111,9 @@ li.tobago-menu-selected {
   float: left;
   white-space: nowrap;
   padding: 2px 3px 2px 5px;
+  height: 14px;
+  /* TODO: overflow: hidden; is needed for IE6 */
+  overflow: hidden;
 }
 
 .tobago-menu-parent {