From: David Roda Date: Thu, 23 Sep 2010 12:35:54 +0000 (-0400) Subject: Use relative width for wrapper. Don't stretch table X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5bf505e610f2e2d78a0c32390b5ebc231a4c1ed6;p=packages%2Fb%2Fbup.git Use relative width for wrapper. Don't stretch table 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 --- diff --git a/lib/web/static/styles.css b/lib/web/static/styles.css index 12f6516..dc96536 100644 --- a/lib/web/static/styles.css +++ b/lib/web/static/styles.css @@ -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