You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/07/15 22:36:16 UTC

svn commit: r422290 - in /tapestry/tapestry-site/trunk/maven-skin/src/main/resources: css/maven-theme.css images/h3.jpg

Author: jkuhnert
Date: Sat Jul 15 13:36:15 2006
New Revision: 422290

URL: http://svn.apache.org/viewvc?rev=422290&view=rev
Log:
Updated skin for better looking h3 

Modified:
    tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
    tapestry/tapestry-site/trunk/maven-skin/src/main/resources/images/h3.jpg

Modified: tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css?rev=422290&r1=422289&r2=422290&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css (original)
+++ tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css Sat Jul 15 13:36:15 2006
@@ -63,8 +63,9 @@
 
 h3 {
     padding: 4px 4px 4px 24px;
-    color: #666;
-    background-color: #ccc;
+    color: #333333;
+    background-color: #efefef;
+    border-bottom:1px solid #ccc;
     font-weight: bold;
     font-size: 14px;
     background-image: url(../images/h3.jpg);

Modified: tapestry/tapestry-site/trunk/maven-skin/src/main/resources/images/h3.jpg
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/src/main/resources/images/h3.jpg?rev=422290&r1=422289&r2=422290&view=diff
==============================================================================
Binary files - no diff available.