improve : #thePopuphelpPage doesn't need a min-width

git-svn-id: http://piwigo.org/svn/trunk@1323 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga 2006-05-27 23:01:46 +00:00
commit 6cdc153757

View file

@ -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 {