diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2012-04-15 23:38:12 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2012-04-15 23:38:12 -0500 |
commit | 09621342a54525e9dfcd3419b91d39e13ee7a326 (patch) | |
tree | 667c61852158adabcd518d783efe6252a251f120 | |
parent | 7a6d3ec61bff708fa1ebc60765c91af0a5648fc9 (diff) | |
download | forums-09621342a54525e9dfcd3419b91d39e13ee7a326.tar forums-09621342a54525e9dfcd3419b91d39e13ee7a326.tar.gz forums-09621342a54525e9dfcd3419b91d39e13ee7a326.tar.bz2 forums-09621342a54525e9dfcd3419b91d39e13ee7a326.tar.xz forums-09621342a54525e9dfcd3419b91d39e13ee7a326.zip |
[ticket/10819] Forgot this causes vertical scrollbars on IE
PHPBB3-10819
-rw-r--r-- | phpBB/adm/style/install_update_diff.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 96bf2532b1..e57d19161d 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -156,7 +156,6 @@ table.hrdiff tbody td { table.hrdiff td pre { font-family: "Consolas", monospace; font-size: 1.1em; - overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ |