You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/05/10 20:49:06 UTC

svn commit: r536965 - /myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css

Author: idus
Date: Thu May 10 11:49:06 2007
New Revision: 536965

URL: http://svn.apache.org/viewvc?view=rev&rev=536965
Log:
TOBAGO-284: improved separator display for IE

Modified:
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css?view=diff&rev=536965&r1=536964&r2=536965
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/msie/style/tobago-menu.css Thu May 10 11:49:06 2007
@@ -18,7 +18,7 @@
 .tobago-menuBar-separator  {
   width: 100%;
   position: relative;
-  top: 0px;
-  left: 0px;
+  top: -4px;
+  left: -2px;
 }