diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-25 19:24:36 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-25 19:25:23 +0100 |
commit | 5b4e63c57f69f80319062c406cdbc3628285748d (patch) | |
tree | 229244e3c098f183641848ac3f9a5aabf6fc2cc8 /web/html | |
parent | 354c86b6c608c8923d0a087285f97d5d8121ed08 (diff) | |
download | aur-5b4e63c57f69f80319062c406cdbc3628285748d.tar.gz aur-5b4e63c57f69f80319062c406cdbc3628285748d.tar.xz |
Remove huge margins from main content.
This helps improve the use of space.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/arch.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index ffe713e9..da670eeb 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -410,15 +410,7 @@ textarea.vLargeTextField { text-align: left; clear: both; } -#maincontent > table { - width: 90%; - margin-left: 5%; - margin-right: 5%; -} .pgbox { - width: 90%; - margin-left: 5%; - margin-right: 5%; margin-bottom: 1%; background-color: #fff; border: 2px solid #ddd; |