Set a max-width on the content column of the main documentation page and add a "Fork...
authorDan Vanderkam <danvk@google.com>
Tue, 9 Aug 2011 20:28:10 +0000 (16:28 -0400)
committerDan Vanderkam <danvk@google.com>
Tue, 9 Aug 2011 20:28:10 +0000 (16:28 -0400)
docs/index.html
docs/style.css

index 20ea11c..f86e309 100644 (file)
@@ -22,6 +22,8 @@
     </script>
   </head>
   <body>
+    <a href="http://github.com/danvk/dygraphs"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
+
     <div id="nav">
       <h2>Documentation</h2>
       <ul>
index c0a9749..23ec7a1 100644 (file)
@@ -46,6 +46,7 @@ top: 0px;
 border-left: 2px solid rgb(229, 236, 249);
 padding-left: 20px;
 margin-left: 0px;
+max-width: 900px;
 }
 
 #content h1 {