You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/06/15 17:39:08 UTC

svn commit: r1136087 - /incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css

Author: reto
Date: Wed Jun 15 15:39:07 2011
New Revision: 1136087

URL: http://svn.apache.org/viewvc?rev=1136087&view=rev
Log:
Changed to have smaller font by default so that column div is no longer needed

Modified:
    incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css

Modified: incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css?rev=1136087&r1=1136086&r2=1136087&view=diff
==============================================================================
--- incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css (original)
+++ incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/style/style.css Wed Jun 15 15:39:07 2011
@@ -17,9 +17,6 @@
 
 }
 
-.tx-content {
-	
-}
 
 .tx-blockcode {
     background-color: #e9f4cd;
@@ -49,6 +46,7 @@ body {
 	margin-top:0em;
 	margin-right:0em;
 	color:#666666;
+	font-size: 0.85em;
 }
 
 table {
@@ -183,14 +181,15 @@ li div,span {
 }
 
 .nav {
-	margin-top:11em;
-	margin-left:4em;
+	margin-top:14em;
+	margin-left:5em;
 	width:192px;
 }
 
 .nav ul {
 	margin-top:0em;
 	padding-left:0em;
+	font-size: 110%;
 }
 
 .nav > ul > li.top-nav-entry {
@@ -240,7 +239,7 @@ li div,span {
 }
 
 .zz-control .actions {
-	margin-top:11em;
+	margin-top:14em;
 	color: #666666
 }
 
@@ -249,11 +248,12 @@ li div,span {
 }
 
 .zz-content {
-	margin-top:11em;
-	margin-left:22.25em;
+	margin-top:14em;
+	margin-left:25em;
 	/*width:70%;*/
 	max-width:600px;
 	line-height: 1.5em;
+	
 }
 
 .zz-content img {
@@ -279,7 +279,7 @@ li div,span {
 }
 
 .zz-content .column {
-	font-size: 0.85em;
+/*	font-size: 0.85em;*/
 }
 
 .one-column {
@@ -416,8 +416,8 @@ div .module-info div ol {
 div .module-info div ol li {
 	list-style: none outside none;
 	float: left;
-	margin: 0 0.15em;
-	padding: 0 0.15em;
+	margin: 0 0.14em;
+	padding: 0 0.14em;
 	border: 1px solid #9a9a9a;
 	border-top: none;
 	border-bottom: none;