Lots of small style changes.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Tue, 13 Oct 2009 21:06:14 -0400 | 
    
    
        | parents | 590fb7bae0a8 | 
    
        | children | 78cd41b87ea2 | 
    
        | branches/tags | webui | 
    
        | files | review/web_media/aal.css review/web_media/style.css | 
Changes
    
--- 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;}
 
--- 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