diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-23 10:31:10 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-23 10:31:10 +0000 |
commit | 98f978a38ea0cd716fcd63fb221b7a58877e2942 (patch) | |
tree | 14bc11317f651579a3e6d09914e7d23b7e99ce1d /template/yoga/fix-ie5-ie6.css | |
parent | f6d5aefa8b71dec9ab434edeef455bb286b4ac0c (diff) |
- improve : caddie display : now like the thumbails in category page. Valid HTML (still an Opera issue)
git-svn-id: http://piwigo.org/svn/trunk@1263 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; } |