summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 06:28:35 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 06:28:35 +0100
commitabaf02111e4dac9f1e36cc63d2aa324deae05f96 (patch)
treef5f62954d92a2b9f2e3020965149ac7dcd4349c4 /themes
parent17042fc0a28463107153c3038c566841189d9f78 (diff)
misc resize handle tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/3pane/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/3pane/theme.css b/themes/3pane/theme.css
index 2df6ecd6d..584e9bab9 100644
--- a/themes/3pane/theme.css
+++ b/themes/3pane/theme.css
@@ -42,5 +42,10 @@ span.headlineInnerTitle {
}
#content-insert {
- margin-left : 5px;
+ position : absolute;
+ left : 6px;
+ right : 0px;
+ bottom : 0px;
+ top : 0px;
+
}