view about-mozilla.css @ 4:0342c0407851

A fully horizontal layout.
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Feb 2009 14:07:12 -0800
parents b7aa5afa19de
children 069a5ff4aba6
line wrap: on
line source

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

#issue {
    display: none;
}

#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;
    margin: 6pt;
    padding-top: 6pt;
    padding-bottom: 6pt;
}

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

#body {
    margin-top: 6pt;
}

.entry {
    float: left;
    width: 20em;
    padding: 6pt;
}

.headline {
    font-weight: bold;
    height: 2.5em;
}

.content {
}

#raw-issue {
    display: none;
}

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