aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template-common/default-layout.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index 235f7df5f..d3c7e011e 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -1,4 +1,4 @@
-/* $Id:$ */
+/* $Id$ */
/* Set the width of the menubar for the galery */
#menubar {
@@ -12,6 +12,9 @@
BODY {
min-width: 60em; /* ~ 3* #menubar width */
}
+BODY#thePopuphelpPage {
+ min-width: 0;
+}
/* Set the width of the menubar for the admin section */
BODY#theAdminPage #menubar {