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 2006/04/06 13:29:48 UTC

svn commit: r391969 - in /incubator/tobago/trunk/theme: richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/ scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/ sp...

Author: weber
Date: Thu Apr  6 04:29:45 2006
New Revision: 391969

URL: http://svn.apache.org/viewcvs?rev=391969&view=rev
Log:
fix style class definition

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

Modified: incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css?rev=391969&r1=391968&r2=391969&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css Thu Apr  6 04:29:45 2006
@@ -163,7 +163,7 @@
 }
 
 /* Tab ---------------------------------------------------------------------- */
-tobago-tab-link {
+.tobago-tab-link {
   font: bold 12px Arial, Helvetica, sans-serif;
   color: #D6EBFF;
 }

Modified: incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=391969&r1=391968&r2=391969&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Apr  6 04:29:45 2006
@@ -31,7 +31,7 @@
 
 /* Tab ------------------------------------------------------------------ */
 
-tobago-tab-link {
+.tobago-tab-link {
   font-family: arial, helvetica, sans-serif;
 /*  font-size: 14px; */
   color: #000000;
@@ -865,7 +865,7 @@
    color: inherit;
 }
 /*
-tobago-tab-link {
+.tobago-tab-link {
    text-decoration: none;
 }
  */

Modified: incubator/tobago/trunk/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/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=391969&r1=391968&r2=391969&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Thu Apr  6 04:29:45 2006
@@ -85,7 +85,7 @@
 
 /* Tab ---------------------------------------------------------------------- */
 
-tobago-tab-link {
+.tobago-tab-link {
   font: 12px Arial, Helvetica, sans-serif;
   color: #660000;
 }