From f6d5aefa8b71dec9ab434edeef455bb286b4ac0c Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 22 Apr 2006 20:00:43 +0000 Subject: - improvement : minor improvements and bug fixes in template git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/fix-ie5-ie6.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/yoga/fix-ie5-ie6.css') 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; +} -- cgit v1.2.3