You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/11/22 05:29:43 UTC

svn commit: r883033 - /incubator/pivot/site/trunk/src/styles/pivot.css

Author: tvolkert
Date: Sun Nov 22 04:29:42 2009
New Revision: 883033

URL: http://svn.apache.org/viewvc?rev=883033&view=rev
Log:
Applied Thien's patch to PIVOT-313

Modified:
    incubator/pivot/site/trunk/src/styles/pivot.css

Modified: incubator/pivot/site/trunk/src/styles/pivot.css
URL: http://svn.apache.org/viewvc/incubator/pivot/site/trunk/src/styles/pivot.css?rev=883033&r1=883032&r2=883033&view=diff
==============================================================================
--- incubator/pivot/site/trunk/src/styles/pivot.css (original)
+++ incubator/pivot/site/trunk/src/styles/pivot.css Sun Nov 22 04:29:42 2009
@@ -9,7 +9,7 @@
 	text-align: center;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 0.85em;
-	line-height: 1.2em;
+	line-height: 1.3em;
 	color: #252525;
 }
 
@@ -27,10 +27,19 @@
 
 h2 {
 	margin-bottom: 5px;
-	font-size: 110%;
+	font-size: 120%;
 	color: #b40000;
 }
 
+h3 {
+	margin-bottom: 5px;
+	font-size: 110%;
+}
+
+ul, ol {
+	margin: 5px 0 5px 20px;
+}
+
 /* Page structure */
 
 #wrapper {
@@ -93,6 +102,7 @@
 }
 
 .navi {
+	margin: 0;
 	position: absolute;
 	top: 90px;
 	left: 160px;
@@ -129,7 +139,7 @@
 }
 
 .stageBtn {
-	margin-top: 26px;
+	margin: 26px 0 0 0;
 	list-style: none;
 }
 
@@ -205,6 +215,7 @@
 }
 
 #featured .homeCol2 ul {
+	margin: 0;
 	list-style: none;
 	background: url(dotted_line_b.gif) repeat-x left top;
 }
@@ -225,6 +236,7 @@
 }
 
 .newsItems {
+	margin: 0;
 	list-style: none;
 	border-top: 1px solid #c2c2c2;
 }
@@ -292,6 +304,7 @@
 
 /* Left navigation */
 .naviLeft {
+	margin: 0;
 	padding-top: 5px;
 	float: left;
 	list-style: none;
@@ -312,7 +325,7 @@
 /* Content elements */
 #contentBase h1 {
 	padding: 0 0 10px 160px;
-	font-size: 180%;
+	font-size: 170%;
 	font-weight: normal;
 	background: url(dotted_line_b.gif) repeat-x left bottom;
 	color: #464646;
@@ -324,6 +337,10 @@
 	float: right;
 }
 
+.content p {
+	margin-bottom: 5px;
+}
+
 /* Featured demos */
 .featuredDemos {
 	margin: 10px 0;
@@ -394,6 +411,7 @@
 	background: url(logo_footer.png) no-repeat 40px 10px;
 	float: left;
 	border-right: 1px solid #102b40;
+	line-height: 1.1em;
 }
 
 .footerLinks {
@@ -403,6 +421,7 @@
 }
 
 .footerLinks ul {
+	margin: 0;
 	list-style: none;
 }