Update world_go.png to 32x32, also suitable for retina

This commit is contained in:
tophf 2015-09-01 21:47:40 +03:00
parent 5d52a7ec2e
commit 485932ae49
3 changed files with 12 additions and 0 deletions

View File

@ -93,6 +93,12 @@
#url:not([href^="http"]) { #url:not([href^="http"]) {
display: none; display: none;
} }
img[src*="world"] {
width: 16px;
height: 16px;
vertical-align: middle;
image-rendering: -webkit-optimize-contrast;
}
#enabled { #enabled {
margin-left: 0; margin-left: 0;
vertical-align: middle; vertical-align: middle;

View File

@ -43,6 +43,12 @@
width: 100%; height: 2px; width: 100%; height: 2px;
background-color: #fff; background-color: #fff;
} }
img[src*="world"] {
width: 16px;
height: 16px;
vertical-align: middle;
image-rendering: -webkit-optimize-contrast;
}
.applies-to { .applies-to {
word-break: break-word; word-break: break-word;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 2.5 KiB