review/web_media/style.css @ 7b4e78679c9d webui

Add some basic styles so I don't hate looking at this thing.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Oct 2009 20:13:17 -0400
parents (none)
children 590fb7bae0a8
/* Basic layout and typography. */
div#main-wrap {
    width: 40em;
    margin: 3em auto;
}

/* Tables. */
table {
    width: 100%;
}
table tr.odd {
    background: #eee;
}