view pseudo-weak-refs/index.css @ 26:f3cd3dc2f451

compatibility change for latest jetpack version
author Atul Varma <varmaa@toolness.com>
date Tue, 12 May 2009 23:00:29 -0700
parents 08bddf757ed8
children
line wrap: on
line source

body {
    font-family: monaco, andale mono, monospace;
    font-size: 9pt;
    text-align: center;
}

#container {
    width: 60em;
    text-align: left;
    margin: 2em auto;
}

#content {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: 10pt;
    line-height: 1.4em;
}

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

#tests {
    font-family: monaco, andale mono, monospace;
    font-size: 9pt;
    white-space: pre;
    padding-left: 2em;
    display: block;
}

#messages {
    display: none;
}

a {
    color: black;
    text-decoration: underline;
}