diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-18 19:03:07 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-18 19:03:07 +0000 |
commit | b187465738abdd36a681b8ba5934b1c027002e3c (patch) | |
tree | 96d63e5cbd94252e01f153f9a67b60c1f7755e6a | |
parent | cb15cc504ba5ae3b107fc54a5a47befe453bb774 (diff) |
- 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
-rw-r--r-- | template/yoga/default-layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |