diff options
Diffstat (limited to 'linhes/linhes-web/website/contents/frame.css')
-rw-r--r-- | linhes/linhes-web/website/contents/frame.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/linhes/linhes-web/website/contents/frame.css b/linhes/linhes-web/website/contents/frame.css index 0008aec..b367dcd 100644 --- a/linhes/linhes-web/website/contents/frame.css +++ b/linhes/linhes-web/website/contents/frame.css @@ -27,7 +27,7 @@ body { margin: 10px; padding: 10px; border: 10px; - min-width: 770px; + min-width: 870px; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; @@ -38,7 +38,7 @@ body { #mainContainer { clear: both; - width: 770px; + width: 870px; margin: 10px auto; text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */ display: block; @@ -49,16 +49,16 @@ body { } #content { float: left; /* Our content is going to be left aligned */ - width: 320px; /* And it's going to have a 320px width */ + width: 420px; /* And it's going to have a 320px width */ /*background: #D9D9D9;*/ - margin-left:60px; + margin-left:10px; } #column { float: right; /* Our column is going to be right aligned */ - width: 320px; /* And it's going to have a 320px width */ + width: 420px; /* And it's going to have a 320px width */ /*background: #8A8AE6;*/ - margin-right:60px; + margin-right:10px; } #resultbox { @@ -78,7 +78,7 @@ body { #netContainer { clear: both; - width: 770px; + width: 870px; margin: 10px auto; display: block; } @@ -94,7 +94,7 @@ img.center { #footer { clear: both; /* We have to clear our floats */ - width: 770px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */ + width: 870px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */ margin: 0px auto; /* We need to center the footer also */ color: gold; text-align: center; @@ -103,7 +103,7 @@ img.center { #navlist { clear: both; - width: 770px; + width: 870px; margin: 10px auto; display: block; text-align: left; @@ -135,7 +135,7 @@ table.sample { border-style: outset; border-color: #808080; border-collapse: separate; - width:300px; + width:400px; } table.sample td { |