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 2014/10/08 16:01:47 UTC

svn commit: r1630108 - /myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css

Author: weber
Date: Wed Oct  8 14:01:47 2014
New Revision: 1630108

URL: http://svn.apache.org/r1630108
Log:
TOBAGO-1391 - TabGroup should allow a icon in front of tab label: suppress image tag without src value

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css?rev=1630108&r1=1630107&r2=1630108&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css Wed Oct  8 14:01:47 2014
@@ -1244,12 +1244,14 @@ a:active.tobago-sheet-pagingLink {
 .tobago-tab-image {
   position: relative;
   top: 1px;
+  border: none;
 }
 
 .tobago-tab-image-right-margin {
   margin-right: 5px;
   position: relative;
   top: 1px;
+  border: none;
 }
 
 .tobago-tabGroup {