diff options
| author | spiderr <spider@viovio.com> | 2010-08-06 13:43:27 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2010-08-06 13:43:27 -0400 |
| commit | 2a9554c8d225fc0ddb30fe289fe8ada7f4b8c659 (patch) | |
| tree | 62f09d0512aa59e5e57aec2eb580bd1d16eca62a /layouts/gala_40.css | |
| parent | 8b08bb12dc30a78c7654080cf3a7fb9e41c5629b (diff) | |
| download | themes-2a9554c8d225fc0ddb30fe289fe8ada7f4b8c659.tar.gz themes-2a9554c8d225fc0ddb30fe289fe8ada7f4b8c659.tar.bz2 themes-2a9554c8d225fc0ddb30fe289fe8ada7f4b8c659.zip | |
major refinement of gala layouts - layouts are still the same, however #content was removed from all positioning and #wrapper was used for main content, so now you can pad up #content like you can side columns. update all fixed sizes to use 960px multiples to conform to blueprintcss styling.
Diffstat (limited to 'layouts/gala_40.css')
| -rw-r--r-- | layouts/gala_40.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/gala_40.css b/layouts/gala_40.css index 709e88c..7c2406f 100644 --- a/layouts/gala_40.css +++ b/layouts/gala_40.css @@ -1,4 +1,4 @@ -div#container {width:900px;margin:0 auto} -div#navigation {float:right;width:450px} -div#extra {float:left;width:450px} +div#container {width:960px;margin:0 auto} +div#navigation {float:right;width:480px} +div#extra {float:left;width:480px} div#footer {clear:both;width:100%} |
