From b187465738abdd36a681b8ba5934b1c027002e3c Mon Sep 17 00:00:00 2001 From: chrisaga Date: Tue, 18 Apr 2006 19:03:07 +0000 Subject: - fix bug 298 : useless css rule added which makes IE6 happy git-svn-id: http://piwigo.org/svn/trunk@1195 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'template/yoga') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 545fecf7e..08ae88864 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -197,6 +197,7 @@ FORM#categoryPermissions LI { } #theHeader { + width: 100%; /* <- useless but seems to make IE6 happy */ } #theHeader H1 { -- cgit v1.2.3