Update world_go.png to 32x32, also suitable for retina
This commit is contained in:
parent
5d52a7ec2e
commit
485932ae49
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
BIN
world_go.png
BIN
world_go.png
Binary file not shown.
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue
Block a user