summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-30 14:29:02 -0400
committerMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-30 14:29:02 -0400
commitab6e20002f5783a19169dac973ba6f28bb13118a (patch)
treed87f4b747d30313fec89e9e362aaf06ea2e509c3
parent7c539e2807378afda72f290b453f613a66633b5d (diff)
Making tables stretch
-rw-r--r--everest-styling/repo/styles.css3
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;
}