Merge pull request #13786 from smileytechguy/master
Better rendering of icons in modern browsers
This commit is contained in:
commit
a608f06db1
@ -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;
|
||||
}
|
||||
|
||||
@ -684,6 +684,7 @@ img.lightbulb {
|
||||
|
||||
/* no extra space in table cells */
|
||||
td .icon {
|
||||
image-rendering: pixelated;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user