diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-08-12 19:19:15 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-08-12 19:19:15 (GMT) |
commit | 56be7b97b04efdfc99fdec91b72262003b28050e (patch) | |
tree | 71a62b2861a8d0d5dce8d212637911c5ad439e5e /abs/core/supplemental-web/contents | |
parent | 2ec1704c040f403652fef5479b66b0069b8c2f1c (diff) | |
download | linhes_pkgbuild-56be7b97b04efdfc99fdec91b72262003b28050e.zip linhes_pkgbuild-56be7b97b04efdfc99fdec91b72262003b28050e.tar.gz linhes_pkgbuild-56be7b97b04efdfc99fdec91b72262003b28050e.tar.bz2 |
supplemental-web: css changes to fix some layout issues
Diffstat (limited to 'abs/core/supplemental-web/contents')
-rw-r--r-- | abs/core/supplemental-web/contents/frame.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/supplemental-web/contents/frame.css b/abs/core/supplemental-web/contents/frame.css index df3c69c..9d5e7d3 100644 --- a/abs/core/supplemental-web/contents/frame.css +++ b/abs/core/supplemental-web/contents/frame.css @@ -37,8 +37,9 @@ body { } #mainContainer { + clear: both; width: 770px; - margin: 0px auto 20px auto; + 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; } @@ -76,8 +77,9 @@ body { } #netContainer { + clear: both; width: 770px; - margin: 0px auto 0px auto; + margin: 10px auto; display: block; } |