diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-05-16 19:52:00 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-05-16 19:52:00 +0000 |
commit | e7577ab3c8d8b5c2ff0def57ed0b4bdc51dc5f76 (patch) | |
tree | 9f8a90675213e9124cf0d6f62820403cc24cd24a /template/yoga/fix-ie5-ie6.css | |
parent | 991deb8cc45d3a93bc6d0e4576a8c6bd581b8e3a (diff) |
fix bug 381
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1317 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 7f9d7c312..b50763967 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -10,7 +10,8 @@ H1, #theHeader { } /* to get less hugly checkboxes at least in tagSelection */ -UL.tagSelection LI INPUT { +UL.tagSelection LI INPUT, +#content UL.thumbnails SPAN.wrap2 input { border: none; background-color: transparent; } |