diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:00:43 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:00:43 +0000 |
commit | f6d5aefa8b71dec9ab434edeef455bb286b4ac0c (patch) | |
tree | de5bea31af2474de8bd5b8e288b08d08461b57d6 /template/yoga/fix-ie5-ie6.css | |
parent | 456b2bda5a2c931646d537ca3202b25c78c14e16 (diff) |
- improvement : minor improvements and bug fixes in template
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
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; +} |