]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Use relative width for wrapper. Don't stretch table
authorDavid Roda <davidcroda@gmail.com>
Thu, 23 Sep 2010 12:35:54 +0000 (08:35 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Nov 2010 03:58:03 +0000 (19:58 -0800)
Switched wrapper from 960px to 90%
Removed width from table and columns to allow the
browser to properly auto align them

Signed-off-by: David Roda <davidcroda@gmail.com>
lib/web/static/styles.css

index 12f65165d5073b4f1510b2e5f3bab549c271aa25..dc965364bf95dd74fed25a716ab27e1c73b723c3 100644 (file)
@@ -3,7 +3,7 @@ body {
 }
 
 #wrapper {
-    width: 960px;
+    width: 90%;
     margin: auto;
 }
 
@@ -12,17 +12,13 @@ body {
 }
 
 table {
-    width: 100%;
+    width: auto;
 }
 
 th {
     text-align: left;
 }
 
-.dir-name {
-    width:80%;
-}
-
 .dir-size {
-    width:20%;
+    padding-left:15px;
 }
\ No newline at end of file