Remove huge margins from main content.

This helps improve the use of space.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-25 13:24:36 -05:00
parent 354c86b6c6
commit 5b4e63c57f

View file

@ -410,15 +410,7 @@ textarea.vLargeTextField {
text-align: left; text-align: left;
clear: both; clear: both;
} }
#maincontent > table {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
.pgbox { .pgbox {
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 1%; margin-bottom: 1%;
background-color: #fff; background-color: #fff;
border: 2px solid #ddd; border: 2px solid #ddd;