diff options
author | Cesar G <prototech91@gmail.com> | 2015-05-28 15:35:04 +0200 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-05-28 15:35:04 +0200 |
commit | 2271f6a9da24b6260129ba1cab5d0334dc88c2b4 (patch) | |
tree | 32fcfb75431c151fc9c97cd52296ce1564ac42a6 | |
parent | f5037761f0d8a744c6d10e79867a91ca3c14be95 (diff) | |
parent | 182312010b2448e39c24d2039fc9e9c1f66d17ac (diff) | |
download | forums-2271f6a9da24b6260129ba1cab5d0334dc88c2b4.tar forums-2271f6a9da24b6260129ba1cab5d0334dc88c2b4.tar.gz forums-2271f6a9da24b6260129ba1cab5d0334dc88c2b4.tar.bz2 forums-2271f6a9da24b6260129ba1cab5d0334dc88c2b4.tar.xz forums-2271f6a9da24b6260129ba1cab5d0334dc88c2b4.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/13878] Display background images when printing topic in webkit
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c0cc2bb2dd..7b17c58698 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -59,6 +59,7 @@ body { margin: 0; padding: 12px 0; word-wrap: break-word; + -webkit-print-color-adjust: exact; } h1 { |