diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-30 14:29:02 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-30 14:29:02 -0400 |
| commit | ab6e20002f5783a19169dac973ba6f28bb13118a (patch) | |
| tree | d87f4b747d30313fec89e9e362aaf06ea2e509c3 | |
| parent | 7c539e2807378afda72f290b453f613a66633b5d (diff) | |
Making tables stretch
| -rw-r--r-- | everest-styling/repo/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/everest-styling/repo/styles.css b/everest-styling/repo/styles.css index 41f9c03..90d6b63 100644 --- a/everest-styling/repo/styles.css +++ b/everest-styling/repo/styles.css @@ -32,7 +32,7 @@ form { } table { - width: 1000px; + width: 100%; border-collapse: collapse; } @@ -69,7 +69,6 @@ a:visited { } div#content { - width: 1000px; padding: 0px 20px; } |
