view about-mozilla.css @ 3:b7aa5afa19de

Added some basic formatting.
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Feb 2009 13:47:20 -0800
parents 2be94bbd7f04
children 0342c0407851
line wrap: on
line source

body {
    font-family: Helvetica Neue;
    font-size: 9pt;
    line-height: 1.4em;
}

#issue {
    display: none;
    width: 40em;
}

#header {
    /* Too bad font-stretch isn't implemented in Firefox yet... */
    font-stretch: condensed;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 18pt;
    border-bottom: 1px solid black;
}

#subheader {
    display: inline;
    font-size: 9pt;
    font-weight: normal;
    color: gray;
}

#body {
    margin-top: 1em;
}

.entry {
}

.headline {
    font-weight: bold;
}

.content {
}

#raw-issue {
    display: none;
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted gray;
}