More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019

git-svn-id: https://develop.svn.wordpress.org/trunk@22439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-11-07 20:54:08 +00:00
parent 7ec25963e0
commit 0493132497
25 changed files with 133 additions and 34 deletions
+12 -1
View File
@@ -130,11 +130,22 @@
/*
* My Sites
*/
#wpadminbar .quicklinks li img.blavatar {
#wpadminbar .quicklinks li .blavatar {
background: url('../images/wpmini-blue.png') no-repeat;
height: 16px;
width: 16px;
display: inline-block;
margin-right: 0px;
margin-left: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
#wpadminbar .quicklinks li .blavatar {
background: url('../images/wpmini-blue-2x.png') no-repeat;
background-size: 16px 16px;
}
}
/*
* Search
*/