Merge pull request #13786 from smileytechguy/master

Better rendering of icons in modern browsers
This commit is contained in:
Maurício Meneghini Fauth 2017-11-06 16:19:33 -02:00 committed by GitHub
commit a608f06db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -388,6 +388,7 @@ img.lightbulb {
/* leave some space between icons and text */
.icon {
image-rendering: pixelated;
vertical-align: middle;
margin-<?php echo $left; ?>: 0.3em;
}

View File

@ -684,6 +684,7 @@ img.lightbulb {
/* no extra space in table cells */
td .icon {
image-rendering: pixelated;
margin: 0;
}