view pseudo-weak-refs/index.css @ 18:08bddf757ed8

Added pseudo-weak-refs feed.
author Atul Varma <varmaa@toolness.com>
date Sat, 25 Apr 2009 13:38:25 -0700
parents
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;
}