You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/09/06 03:38:51 UTC

svn commit: r440555 - /maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css

Author: brett
Date: Tue Sep  5 18:38:51 2006
New Revision: 440555

URL: http://svn.apache.org/viewvc?view=rev&rev=440555
Log:
tweak style

Modified:
    maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css

Modified: maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css?view=diff&rev=440555&r1=440554&r2=440555
==============================================================================
--- maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css Tue Sep  5 18:38:51 2006
@@ -30,6 +30,7 @@
 th {
     text-align: right;
     padding-right: 1em;
+    font-size: x-small;
 }
 
 .infoTable th {
@@ -42,16 +43,16 @@
     background-position: left bottom;
     border-bottom: 1px solid #DFDEDE;
     padding: 0 0 1px 23px;
-    margin-bottom: 7px;
+    margin-bottom: 0.5em;
     color: #333;
     voice-family: inherit;
-    font-size: small !important;
+    font-size: medium !important;
 }
 
 #contentBox h2 {
     border-bottom: 1px solid #DFDEDE;
     padding: 0 0 1px 0;
-    margin-bottom: 7px;
+    margin-bottom: 0.5em;
     color: #333;
     voice-family: inherit;
     font-size: small !important;
@@ -60,10 +61,11 @@
 #contentBox h3 {
     border-bottom: 1px solid #DFDEDE;
     padding: 0 0 1px 0;
-    margin-bottom: 7px;
+    margin-bottom: 0.5em;
     color: #333;
     voice-family: inherit;
     font-size: small !important;
+    margin-left: 2em;
 }
 
 table {