view css/file-bug.css @ 19:42d621a98c93

Some CSS fixes, added instructions for bug-filer.
author Atul Varma <varmaa@toolness.com>
date Wed, 10 Mar 2010 12:56:16 -0800
parents b2e0ea0178fb
children b34a56c353de
line wrap: on
line source

table {
    width: 40em;
}

tr {
    border: none;
}

td {
    padding-left: 0;
}

form {
    width: 40em;
}

input, textarea {
    border: 1px solid black;
    width: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 9pt;
}