You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/10/25 17:35:07 UTC

svn commit: r1188720 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Author: simonetripodi
Date: Tue Oct 25 15:35:07 2011
New Revision: 1188720

URL: http://svn.apache.org/viewvc?rev=1188720&view=rev
Log:
reitroduced indentation of heading/subheadings as suggested by Barrie Treloar

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1188720&r1=1188719&r2=1188720&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Oct 25 15:35:07 2011
@@ -26,6 +26,10 @@
 .clear hr{
     display: none;
 }
+.section p, .section p, .section dt, .section dt{
+    margin-right: 7px;
+    margin-left: 7px;
+}
 
 /* Tweaks to the bootstrap theme
 --------------------------------- */