From: Ryan Date: Tue, 25 Aug 2009 22:55:43 +0000 (+0200) Subject: Modify website layout. X-Git-Tag: v0.1.7~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8781b969e9f9150928adb9d3345faf9a1df725f3;p=platform%2Fupstream%2Fnodejs.git Modify website layout. --- diff --git a/website/pipe.css b/website/pipe.css index 1db5f02..252d8b1 100644 --- a/website/pipe.css +++ b/website/pipe.css @@ -1,19 +1,19 @@ body { background: #22252a; color: #eee; - font-size: 16pt; + font-size: 14pt; line-height: 150%; font-family: times, Times New Roman, times-roman, georgia, serif; max-width: 30em; - margin: 0 0 5em 8em; + margin: 0 0 5em 9em; } #toc { position: fixed; top: 2em; left: 0; width: 8em; - font-size: 14pt; - line-height: 120%; + font-size: 12pt; + line-height: 150%; } #toctitle { display: none; @@ -46,7 +46,7 @@ h1 a, h2 a, h3 a, h4 a pre, code { font-family: monospace; - font-size: 14pt; + font-size: 13pt; color: #eee0e0; }