diff options
| -rw-r--r-- | layouts/gala_07.css | 1 | ||||
| -rw-r--r-- | layouts/gala_08.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/gala_07.css b/layouts/gala_07.css index 8a8e498..2acae37 100644 --- a/layouts/gala_07.css +++ b/layouts/gala_07.css @@ -1,3 +1,4 @@ +div#container {width:960px;margin:0 auto} div#wrapper {float:left;width:100%} div.blocks3 #wrapper {margin: 0 200px 0 200px;width:560px;} div.blocks2e #wrapper {margin: 0 200px 0 0;width:760px;} diff --git a/layouts/gala_08.css b/layouts/gala_08.css index 0fee2a5..d2d7f5b 100644 --- a/layouts/gala_08.css +++ b/layouts/gala_08.css @@ -1,3 +1,4 @@ +div#container {width:960px;margin:0 auto} div#wrapper {float:left;width:100%} div.blocks3 #wrapper {margin: 0 200px 0 200px;width:560px;} div.blocks2e #wrapper {margin: 0 0 0 200px;width:760px;} |
