view thingy.css @ 15:24dfa7097724 default tip

Fixed the CSS bug in a different way.
author Atul Varma <varmaa@toolness.com>
date Tue, 06 Jan 2009 02:00:08 -0800
parents 85d0c5bf5935
children
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;
    line-height: 1.4em;
}

.documentation h1 {
    font-weight: normal;
    line-height: 1.4em;
}

.documentation h2 {
    font-weight: normal;
    line-height: 1.4em;
}

.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;
}