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/11/22 20:53:50 UTC

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

Author: ccordenier
Date: Mon Nov 22 19:53:50 2010
New Revision: 1037861

URL: http://svn.apache.org/viewvc?rev=1037861&view=rev
Log:
Override default confluence styles for news headings

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=1037861&r1=1037860&r2=1037861&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 Mon Nov 22 19:53:50 2010
@@ -181,3 +181,15 @@ a img { text-decoration: none;}
 #footer p {
   font-size: x-small;
 }
+
+/* Confluence's styles customization */
+a.blogHeading {
+	font-family: Georgia, serif;
+    font-weight: normal;
+    font-size: 18px;
+    color: #569D2F;
+}
+
+a.blogDate {
+    font-weight: normal;
+}