diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-25 18:28:05 +0000 |
| commit | 981aa5901cb704884424aafefb36acc5b9db84bd (patch) | |
| tree | 45e613144c772dd85493d95744d5d4bf76185227 /layouts/gala_35.css | |
| parent | eff9404994dd754850e221675636edf58523242a (diff) | |
| download | themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.gz themes-981aa5901cb704884424aafefb36acc5b9db84bd.tar.bz2 themes-981aa5901cb704884424aafefb36acc5b9db84bd.zip | |
add a layout selection layer to existing themes - some themes have been updated to work with this method.
Diffstat (limited to 'layouts/gala_35.css')
| -rw-r--r-- | layouts/gala_35.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/gala_35.css b/layouts/gala_35.css new file mode 100644 index 0000000..1005131 --- /dev/null +++ b/layouts/gala_35.css @@ -0,0 +1,13 @@ +div#container {width:700px;margin:0 auto} +div#content {float:left;} +div.blocks3 #content {width:500px;} +div.blocks2e #content {width:700px;} +div.blocks2n #content {width:500px;} +div.blocks1 #content {width:700px;} +div#navigation {float:right;width:200px} +div#extra {float:left;} +div.blocks3 #extra {width:500px;} +div.blocks2e #extra {width:700px;} +div.blocks2n #extra {width:500px;} +div.blocks1 #extra {width:700px;} +div#footer {clear:both;width:100%} |
