diff options
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-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; } |