diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-12 17:25:45 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-11-12 17:25:45 +0000 |
commit | f1581984b4867dc4069fce2baec3f192daaf3bbb (patch) | |
tree | d1b5bba1c8a01aab7628ef10e9a6fdee41f66976 | |
parent | 723056cbb9937fef046e678948aebb2d3758cfb4 (diff) | |
download | brdo-f1581984b4867dc4069fce2baec3f192daaf3bbb.tar.gz brdo-f1581984b4867dc4069fce2baec3f192daaf3bbb.tar.bz2 |
Style block region markers in garland
-rw-r--r-- | themes/garland/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 5867c00b7..b870d7484 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -366,6 +366,22 @@ body.sidebars #squeeze { margin: 0.5em 0; } +#sidebar-left .block-region { + margin: 0 15px 0 0px; +} + +#sidebar-right .block-region { + margin: 0 0px 0 15px; +} + +.block-region { + padding: 1em; + background: transparent; + border: 2px dashed #b4d7f0; + text-align: center; + font-size: 1.3em; +} + /* Now we add the backgrounds for the main content shading */ #wrapper #container #center #squeeze { background: #fff url("images/bg-content.png") repeat-x 50% 0; |