You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2014/08/06 22:21:12 UTC

svn commit: r1616339 - /couchdb/site/style/doc.css

Author: nslater
Date: Wed Aug  6 20:21:12 2014
New Revision: 1616339

URL: http://svn.apache.org/r1616339
Log:
Some nice styles

Modified:
    couchdb/site/style/doc.css

Modified: couchdb/site/style/doc.css
URL: http://svn.apache.org/viewvc/couchdb/site/style/doc.css?rev=1616339&r1=1616338&r2=1616339&view=diff
==============================================================================
--- couchdb/site/style/doc.css (original)
+++ couchdb/site/style/doc.css Wed Aug  6 20:21:12 2014
@@ -5,14 +5,19 @@ html {
 }
 
 body {
-    margin: 20px;
+    margin: 50px;
     padding: 0;
-    background-color: #FFF;
+    font-size: 18px;
+    font-family: "Trebuchet MS", sans-serif;
+    line-height: 1.5em;
     background-image: url(../image/logo.png);
     background-repeat: no-repeat;
     background-position: top right;
 }
 
+p {
+    width: 800px;
+}
 
 table {
     border-spacing: 0px;