Mercurial > doc-thingy
view thingy.css @ 14:85d0c5bf5935
Fixed a CSS bug, added a note at end saying the rest of docs still need to be written.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 06 Jan 2009 01:57:48 -0800 |
parents | ce482c9cbbe0 |
children | 24dfa7097724 |
line wrap: on
line source
body { font-family: palatino, georgia, verdana, arial, sans-serif; font-size: 10pt; text-align: center; } #content { width: 800px; text-align: left; margin: 0 auto; } .documentation { width: 380px; float: left; padding-left: 10px; padding-right: 10px; } .documentation p, .documentation ul { line-height: 1.4em; } .documentation h1 { font-weight: normal; } .documentation h2 { font-weight: normal; } .code { font-family: monaco, andale mono, lucidatypewriter, courier, courier new, monospace; float: left; white-space: pre; font-size: 6pt; background-color: #f0f0f0; padding-left: 10px; padding-right: 10px; width: 380px; } .divider { clear: both; }