diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-18 19:06:54 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-18 19:06:54 +0000 |
commit | b47970528bf57ae38d15c42a56610cdd01920146 (patch) | |
tree | 0390f136fdcea432f7a6c1815ba4de9cafbbd0a0 | |
parent | 1321b38cf8bebb423b092628c797e6f7ff39f065 (diff) |
- merge trunc r1194:1195 into branch 1.6 (bug 298 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1196 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 { |