diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-10-11 19:06:48 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-10-11 19:06:48 +0200 |
commit | 2f799fa9939647d890bbb9584a3ee39d2dafce17 (patch) | |
tree | 16630ab4cf63cd7dfe43a8788dae61ea6a4bf0b1 | |
parent | f6d1dd8b336dd69c34fad56ec954dfd9d720bfe7 (diff) | |
parent | e213b8264dd837bba8bb094d11eef0c6d7bf3f90 (diff) | |
download | forums-2f799fa9939647d890bbb9584a3ee39d2dafce17.tar forums-2f799fa9939647d890bbb9584a3ee39d2dafce17.tar.gz forums-2f799fa9939647d890bbb9584a3ee39d2dafce17.tar.bz2 forums-2f799fa9939647d890bbb9584a3ee39d2dafce17.tar.xz forums-2f799fa9939647d890bbb9584a3ee39d2dafce17.zip |
Merge pull request #4994 from hanakin/ticket/15391
[ticket/15391] image-rendering not needed for Topic/Forum imgs
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 3040282b90..a071e63c69 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -137,7 +137,6 @@ dl.row-item { background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; background-size: 32px; - image-rendering: -webkit-optimize-contrast; } dl.row-item dt { |