Author: nslater
Date: Wed Aug  6 21:43:05 2014
New Revision: 6062

Log:
Style changes

Modified:
    release/couchdb/hidden/style.css

Modified: release/couchdb/hidden/style.css
==============================================================================
--- release/couchdb/hidden/style.css (original)
+++ release/couchdb/hidden/style.css Wed Aug  6 21:43:05 2014
@@ -5,10 +5,16 @@ html {
 }
 
 body {
-    margin: 20px;
+    margin: 50px;
     padding: 0;
-    background-color: #FFF;
-    background-image: url(logo.png);
+    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;
-}
\ No newline at end of file
+}
+
+p {
+    width: 800px;
+}


Reply via email to