diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2012-04-17 22:59:10 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2012-04-17 22:59:10 -0500 |
commit | 00c54f8a7cad92eff14fe62530766666c2c796a7 (patch) | |
tree | 3c304862f19e0c284c292770c0a5ba810fb7ff8c /phpBB/adm | |
parent | 09621342a54525e9dfcd3419b91d39e13ee7a326 (diff) | |
download | forums-00c54f8a7cad92eff14fe62530766666c2c796a7.tar forums-00c54f8a7cad92eff14fe62530766666c2c796a7.tar.gz forums-00c54f8a7cad92eff14fe62530766666c2c796a7.tar.bz2 forums-00c54f8a7cad92eff14fe62530766666c2c796a7.tar.xz forums-00c54f8a7cad92eff14fe62530766666c2c796a7.zip |
[ticket/10819] Remove support for older browsers
PHPBB3-10819
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/install_update_diff.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index e57d19161d..4d8bcfd1fc 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -152,14 +152,10 @@ table.hrdiff tbody td { border-right: 1px solid #999; } -/* Variant of http://www.longren.org/wrapping-text-inside-pre-tags/ */ table.hrdiff td pre { font-family: "Consolas", monospace; font-size: 1.1em; white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } |