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 13:14:57 UTC

svn commit: r1056282 - /incubator/river/site/trunk/content/river/css/river.css

Author: sijskes
Date: Fri Jan  7 12:14:57 2011
New Revision: 1056282

URL: http://svn.apache.org/viewvc?rev=1056282&view=rev
Log:
refactored into table

Modified:
    incubator/river/site/trunk/content/river/css/river.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=1056282&r1=1056281&r2=1056282&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/css/river.css (original)
+++ incubator/river/site/trunk/content/river/css/river.css Fri Jan  7 12:14:57 2011
@@ -16,12 +16,19 @@ h1, h2, h3, h4, h5, h6, div.title  {
 
 .title {
     color: white ;
-    font-size: 150% ;
+    font-size: 200% ;
     font-weight: bold ;
 }
 
+/* font specs */
 /*----------------------*/
 
-div#river_logo {
-    XXfloat: left ;
-}
\ No newline at end of file
+/*----------------------*/
+/* layout */
+
+.title {
+    margin-left: 200px ;
+}
+
+/* layout */
+/*----------------------*/