You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2011/01/07 11:59:30 UTC

svn commit: r1056252 - in /incubator/river/site/trunk/content/river/css: river.css type-settings.css

Author: sijskes
Date: Fri Jan  7 10:59:29 2011
New Revision: 1056252

URL: http://svn.apache.org/viewvc?rev=1056252&view=rev
Log:
font styling

Modified:
    incubator/river/site/trunk/content/river/css/river.css
    incubator/river/site/trunk/content/river/css/type-settings.css

Modified: incubator/river/site/trunk/content/river/css/river.css
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/css/river.css?rev=1056252&r1=1056251&r2=1056252&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/css/river.css (original)
+++ incubator/river/site/trunk/content/river/css/river.css Fri Jan  7 10:59:29 2011
@@ -5,3 +5,12 @@ div.navigation ul ul {
     padding-left: inherit ;
 }
 
+/* font specs { */
+
+h1, h2, h3, h4, h5, h6, div#title  {
+  font-family: Georgia,'Times New Roman',serif;
+  line-height: normal;
+  font-weight: bold;
+}
+
+/* } font specs */

Modified: incubator/river/site/trunk/content/river/css/type-settings.css
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/css/type-settings.css?rev=1056252&r1=1056251&r2=1056252&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/css/type-settings.css (original)
+++ incubator/river/site/trunk/content/river/css/type-settings.css Fri Jan  7 10:59:29 2011
@@ -474,12 +474,6 @@ div.blogpost div.wiki-content {
 	margin-top: 10px;
 }
 
-h1, h2, h3, h4, h5, h6  {
-  font-family: Georgia,'Times New Roman',serif;
-  line-height: normal;
-  font-weight: bold;
-}
-
 h1 {
   border-bottom: 1px solid #808080;
   padding: 2px;