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