diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-05-28 14:58:46 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-05-28 14:58:46 +0200 |
commit | 3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab (patch) | |
tree | a37caebb86ec7b8a762da0ab45c9115b3512a1f2 /phpBB/styles/prosilver | |
parent | 45d7e18f6b9fb6669be8ac287e3c06eb4c6e66fe (diff) | |
download | forums-3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab.tar forums-3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab.tar.gz forums-3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab.tar.bz2 forums-3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab.tar.xz forums-3ec3dfcf3ad63ac52383ad74b8b346f0d177bcab.zip |
[ticket/13878] Display background images when printing topic in webkit
PHPBB3-13878
Diffstat (limited to 'phpBB/styles/prosilver')
-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 { |