diff options
Diffstat (limited to 'themes/default/fix-ie5-ie6.css')
-rw-r--r-- | themes/default/fix-ie5-ie6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/fix-ie5-ie6.css b/themes/default/fix-ie5-ie6.css index 55c3e3444..bd0862a71 100644 --- a/themes/default/fix-ie5-ie6.css +++ b/themes/default/fix-ie5-ie6.css @@ -45,7 +45,7 @@ H1, #theHeader { /* fix quickconnect layout */ -FORM#quickconnect FIELDSET { +#quickconnect FIELDSET { width: 99%; /* correct an ugly 1 or 2 px misalignement with IE */ } |