aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-15 10:20:45 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-15 10:20:45 +0000
commit0833feaf86e36e066db7d7de3c2a897c43521bf1 (patch)
tree12af289fd529462b918b7a9ca7d03d0118eb22df /template-common
parenta8c0ca94498413670e8cbf994650176cde9be71c (diff)
- merge trunc r1178:1182 into branch 1.6 (template fixes)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1183 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index 8f284e6eb..a92ad98cd 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 {
@@ -7,6 +7,11 @@
#content {
margin-left: 20em; /* = #menubar width + 2em */
}
+/* Set minimum width of the page before getting a scrollbar */
+/* IE5 and IE6 don't get that */
+BODY {
+ min-width: 60em; /* ~ 3* #menubar width */
+}
/* Set the width of the menubar for the admin section */
BODY#theAdminPage #menubar {