mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10819] Remove support for older browsers
PHPBB3-10819
This commit is contained in:
parent
09621342a5
commit
00c54f8a7c
1 changed files with 0 additions and 4 deletions
|
@ -152,14 +152,10 @@ table.hrdiff tbody td {
|
||||||
border-right: 1px solid #999;
|
border-right: 1px solid #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Variant of http://www.longren.org/wrapping-text-inside-pre-tags/ */
|
|
||||||
table.hrdiff td pre {
|
table.hrdiff td pre {
|
||||||
font-family: "Consolas", monospace;
|
font-family: "Consolas", monospace;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
white-space: pre-wrap; /* css-3 */
|
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+ */
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue