diff options
author | hanakin <midaym@gmail.com> | 2017-01-23 21:19:11 -0500 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-01-23 21:19:11 -0500 |
commit | 71ca228b8e33b56f75e7e977b28bbb72ada23d72 (patch) | |
tree | c697fc237a7ffb03622d70d1afbfe57688dab82d /phpBB/styles/prosilver/theme/content.css | |
parent | 3c30cbd39ecf287d95f49ae3098d0b05a7fcfb13 (diff) | |
download | forums-71ca228b8e33b56f75e7e977b28bbb72ada23d72.tar forums-71ca228b8e33b56f75e7e977b28bbb72ada23d72.tar.gz forums-71ca228b8e33b56f75e7e977b28bbb72ada23d72.tar.bz2 forums-71ca228b8e33b56f75e7e977b28bbb72ada23d72.tar.xz forums-71ca228b8e33b56f75e7e977b28bbb72ada23d72.zip |
[ticket/15037] Update imageset to retina
PHPBB3-15037
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 53beee621d..6431f5e0b5 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -134,6 +134,7 @@ li.header dl.row-item dt .list-inner { dl.row-item { background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; + background-size: 32px; } dl.row-item dt { @@ -142,7 +143,7 @@ dl.row-item dt { } dl.row-item dt .list-inner { - padding-left: 45px; /* Space for folder icon */ + padding-left: 52px; /* Space for folder icon */ } dl.row-item dt, dl.row-item dd { |