You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2014/11/11 16:46:07 UTC

svn commit: r928794 - /websites/production/tapestry/content/styles/style.css

Author: bobharner
Date: Tue Nov 11 15:46:07 2014
New Revision: 928794

Log:
Fixed some minor inconsistencies between rendering of Confluence and exported content, especially fonts

Modified:
    websites/production/tapestry/content/styles/style.css

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Tue Nov 11 15:46:07 2014
@@ -1,6 +1,6 @@
 body {
 	color: #333333;
-	font-family: verdana,kalimati,arial,helvetica,sans-serif;
+	font-family: Arial,sans-serif; /*verdana,kalimati,arial,helvetica,sans-serif;*/
 	background-color: #ffffff;
 	font-size: 95%;	
 }
@@ -144,16 +144,16 @@ a img { text-decoration: none;}
 }
 
 #col h2 { 
-	font-family: verdana,kalimati,arial,helvetica,sans-serif;
+	font-family: Arial,sans-serif;
 }
 
-#content { margin: 0px 30px;}
+#content { margin: 0px 2em; padding-top: 1em; }
 
 #content ul { list-style:square; padding-left:40px; }
 #content ul ul { list-style:circle; padding-left:50px; margin: 0px; }
 
 #content h1, h2, h3{
-    margin-top: 1em;
+    margin-top: .5em;
     padding: 5px 0;
 }