view thingy.css @ 7:0d5b69cd01db

Added a CSS sheet and a basic two-column layout.
author Atul Varma <varmaa@toolness.com>
date Mon, 05 Jan 2009 17:49:59 -0800
parents
children f3f56cc75bfd
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: 10pt;
}

#content {
    width: 800px;
}

.documentation {
    width: 400px;
    float: left;
    padding-right: 20px;
}

.code {
    font-family: monaco, andale mono, lucidatypewriter, courier,
                 courier new, monospace;
    float: left;
    white-space: pre;
    font-size: 6pt;
}

.divider {
    clear: both;
    border-top: 1px dotted;
}