You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2005/12/30 17:45:02 UTC

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

Author: weber
Date: Fri Dec 30 08:44:56 2005
New Revision: 360117

URL: http://svn.apache.org/viewcvs?rev=360117&view=rev
Log:
fix tabHeader height

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

Modified: incubator/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=360117&r1=360116&r2=360117&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ incubator/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Fri Dec 30 08:44:56 2005
@@ -88,7 +88,7 @@
 
 div.tobago-tab-selected-outer {
   border-color: #000000;
-  padding: 0.2ex 0.2em;
+  padding: 2px 0.2em 1px 0.2em;
   background: url(../image/tab-header-selected-bg.gif) repeat-x top;
   -moz-box-sizing: border-box;
   box-sizing: border-box;