diff options
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
-rw-r--r-- | phpBB/adm/style/acp_language.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index 2eea79e8bd..21f7347d3d 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -118,6 +118,15 @@ <br /><br /><br /> + <!-- DIRTY DIRTY DIRTY IE --> + <!--[if lt IE 8]> + <style type="text/css"> + input.langvalue, textarea.langvalue { + width: 450px; + } + </style> + < ![endif]--> + <table cellspacing="1"> <thead> <!-- IF S_EMAIL_FILE --> |