summaryrefslogtreecommitdiff
path: root/layouts/gala_01.css
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2010-08-06 13:43:27 -0400
committerspiderr <spider@viovio.com>2010-08-06 13:43:27 -0400
commit2a9554c8d225fc0ddb30fe289fe8ada7f4b8c659 (patch)
tree62f09d0512aa59e5e57aec2eb580bd1d16eca62a /layouts/gala_01.css
parent8b08bb12dc30a78c7654080cf3a7fb9e41c5629b (diff)
downloadthemes-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_01.css')
-rw-r--r--layouts/gala_01.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/layouts/gala_01.css b/layouts/gala_01.css
index 0b2d517..918068a 100644
--- a/layouts/gala_01.css
+++ b/layouts/gala_01.css
@@ -1,8 +1,8 @@
-div#wrapper {float:left;width:100%}
-div.blocks3 #content {margin: 0 25% 0 25%;}
-div.blocks2e #content {margin: 0 25% 0 0;}
-div.blocks2n #content {margin: 0 0 0 25%;}
-div.blocks1 #content {margin: 0 0 0 0;}
-div#navigation {float:left;width:25%;margin-left:-100%}
-div#extra {float:left;width:25%;margin-left:-25%}
-div#footer {clear:left;width:100%}
+#wrapper {float:left;width:100%;}
+.blocks3 #wrapper {margin: 0 20% 0 20%;width:60%;}
+.blocks2e #wrapper {margin: 0 20% 0 0;width:80%;}
+.blocks2n #wrapper {margin: 0 0 0 20%;width:80%;}
+.blocks1 #wrapper {margin: 0 0 0 0;width:100%;}
+#navigation {float:left;width:20%;margin-left:-100%}
+#extra {float:left;width:20%;margin-left:-20%}
+#footer {clear:left;width:100%}