# HG changeset patch # User Steve Losh # Date 1255482374 14400 # Node ID 87c14b34e2644104696894713ecd451d756e545d # Parent 590fb7bae0a82f163978c9336c32b92803d45884 Lots of small style changes. diff -r 590fb7bae0a8 -r 87c14b34e264 review/web_media/aal.css --- a/review/web_media/aal.css Tue Oct 13 20:55:01 2009 -0400 +++ b/review/web_media/aal.css Tue Oct 13 21:06:14 2009 -0400 @@ -25,8 +25,8 @@ header, nav, section, article, aside, footer {display: block;} /* Basic styles */ -body {background: #fff; color: #000; font: 0.875em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;} -html>body {font-size: 14px;} +body {background: #fff; color: #111; font: 0.75em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;} +html>body {font-size: 12px;} img {display: inline-block; vertical-align: bottom;} diff -r 590fb7bae0a8 -r 87c14b34e264 review/web_media/style.css --- a/review/web_media/style.css Tue Oct 13 20:55:01 2009 -0400 +++ b/review/web_media/style.css Tue Oct 13 21:06:14 2009 -0400 @@ -1,12 +1,23 @@ /* Basic layout and typography. */ +body { + background: #666; +} div#main-wrap { - width: 50em; + background: #f5f5f5; + width: 65em; margin: 3em auto; + padding: 3em; + border: 1px solid #333; } /* Tables. */ table { width: 100%; + border: 1px solid #666; + background: #f2f2f2; +} +table td { + border: none; } table tr.odd { background: #eee; @@ -20,8 +31,8 @@ white-space: pre; } table tr.add { - background: #dfd; + background: #beb; } table tr.remove { - background: #fdd; + background: #fcc; } \ No newline at end of file