summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-26 19:37:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-26 19:37:00 +0000
commit9ce26187ad3fe3ce8859b1ed473a58507f03bee9 (patch)
tree20dcc6c87be1abd79d560af1b3df37b43216dbe3 /layouts
parent21e475f184ae429f6d18f90b328a4fb2a3eba7e8 (diff)
downloadthemes-9ce26187ad3fe3ce8859b1ed473a58507f03bee9.tar.gz
themes-9ce26187ad3fe3ce8859b1ed473a58507f03bee9.tar.bz2
themes-9ce26187ad3fe3ce8859b1ed473a58507f03bee9.zip
fix conditional layout settings when only one column is present
Diffstat (limited to 'layouts')
-rw-r--r--layouts/gala_13.css2
-rw-r--r--layouts/gala_14.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/gala_13.css b/layouts/gala_13.css
index e68adbb..b785529 100644
--- a/layouts/gala_13.css
+++ b/layouts/gala_13.css
@@ -2,7 +2,7 @@ div#wrapper {float:left;width:100%}
div.blocks3 #content {margin: 0 200px 0 200px;}
div.blocks2e #content {margin: 0 200px 0 0;}
div.blocks2n #content {margin: 0 0 0 200px;}
-div.blocks1 #content {margin: 0 200px 0 200px;}
+div.blocks1 #content {margin: 0 0 0 0;}
div#navigation {float:left;width:200px;margin-left:-100%}
div#extra {float:left;width:200px;margin-left:-200px}
div#footer {clear:left;width:100%}
diff --git a/layouts/gala_14.css b/layouts/gala_14.css
index 6b995ce..d7a27b1 100644
--- a/layouts/gala_14.css
+++ b/layouts/gala_14.css
@@ -2,7 +2,7 @@ div#wrapper {float:left;width:100%}
div.blocks3 #content {margin: 0 200px 0 200px;}
div.blocks2e #content {margin: 0 0 0 200px;}
div.blocks2n #content {margin: 0 200px 0 0;}
-div.blocks1 #content {margin: 0 200px 0 200px;}
+div.blocks1 #content {margin: 0 0 0 0;}
div#navigation {float:left;width:200px;margin-left:-200px}
div#extra {float:left;width:200px;margin-left:-100%}
div#footer {clear:left;width:100%}