You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by cc...@apache.org on 2010/12/05 19:05:09 UTC

svn commit: r1042391 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Author: ccordenier
Date: Sun Dec  5 18:05:08 2010
New Revision: 1042391

URL: http://svn.apache.org/viewvc?rev=1042391&view=rev
Log:
Give some space to our headings and fix font families

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1042391&r1=1042390&r2=1042391&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Sun Dec  5 18:05:08 2010
@@ -1,6 +1,6 @@
 body {
 	color: #333333;
-	font-family: Verdana, Helvetica, sans-serif;
+	font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
 	background-color: #ffffff;
 	font-size:13px;	
 }
@@ -12,8 +12,7 @@ html body { /* update HACK: Temporary fi
 
 h1, h2, h3 { margin: 0; padding: 0; }
 
-h2, h3 {
-    font-family: Georgia, serif;
+h2, h3{
     font-weight: normal;
     font-size: 21px;
     color: #569D2F;
@@ -21,9 +20,20 @@ h2, h3 {
     padding: 5px 0;
 }
 
+h2 { 
+	font-family: Georgia, serif;
+}
+
 h3 {
-	font-size: 18px;
+	font-size: 16px;
+	margin-top:20px;
+	padding:0px;
 }
+
+h1 a, h2 a, h3 a, h4 a {
+	text-decoration:none;
+}
+
 .wrapper { width: 1000px; margin: 0 auto; padding:0px 0px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; }
 .clearer { clear: both; }
 
@@ -136,6 +146,11 @@ a img { text-decoration: none;}
     margin: 0 30px;
 }
 
+#col h2 { 
+	font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
+}
+
+
 #content { margin: 0px 30px;}
 
 #content p { text-align: justify; }
@@ -143,6 +158,11 @@ a img { text-decoration: none;}
 #content ul { list-style:square; padding-left:40px; margin: 0px; }
 #content ul ul { list-style:circle; padding-left:50px; margin: 0px; }
 
+#content h1, h2, h3{
+    margin-top: 5px;
+    padding: 5px 0;
+}
+
 .big-col {
     /* width: 620px; */
     /* float: left; */
@@ -184,9 +204,8 @@ a img { text-decoration: none;}
 
 /* Confluence's styles customization */
 a.blogHeading {
-	font-family: Georgia, serif;
     font-weight: normal;
-    font-size: 18px;
+    font-size: 16px;
     color: #569D2F;
 }