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/04 06:31:33 UTC

svn commit: r418912 - /tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css

Author: jkuhnert
Date: Mon Jul  3 21:31:32 2006
New Revision: 418912

URL: http://svn.apache.org/viewvc?rev=418912&view=rev
Log:
Modified "info" class to use more colors and outline the header

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

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=418912&r1=418911&r2=418912&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 Mon Jul  3 21:31:32 2006
@@ -213,10 +213,26 @@
 .info {
     float: left;
     display: block;
-    margin: 0 1em 2em 2em;
-    padding: 1em;
     border: 1px solid #aaa;
-    background-color: #efefef;
+    background-color: #7EA6D7;
+    margin-bottom:0.8em;
+    -moz-border-radius-topleft:0.8em;
+    -moz-border-radius-topright:0.8em;
+}
+
+.info p {
+    padding: 0.5em 0.5em 0.5em 0.5em;
+    margin:0;
+}
+
+.info strong {
+   display:block;
+   width: inherit;
+   background: #6888B0;
+   color: #E5E5E5;
+   padding: 0.2em 0.5em 0.2em 0.5em;
+   -moz-border-radius-topleft:0.6em;
+   -moz-border-radius-topright:0.6em;
 }
 
 .warn {