diff options
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 34195ebda..7f9d7c312 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -9,3 +9,8 @@ H1, #theHeader { height: 1em; /* for IE6 it's like min-height */ } +/* to get less hugly checkboxes at least in tagSelection */ +UL.tagSelection LI INPUT { + border: none; + background-color: transparent; +} |