From 6cdc153757d2f52ef7b0d7855b4a74b5a936b833 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 27 May 2006 23:01:46 +0000 Subject: improve : #thePopuphelpPage doesn't need a min-width git-svn-id: http://piwigo.org/svn/trunk@1323 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/default-layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 235f7df5f..a128381d2 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -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 { -- cgit v1.2.3