1
0
mirror of synced 2025-03-10 22:56:12 +03:00

Use consistent CSS for image URLs

This commit is contained in:
Ben Walding 2012-06-18 14:08:16 +10:00
parent b825d8ec41
commit 437be2d632

View File

@ -72,7 +72,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
width: 12px;
height: 12px;
font-size: 1px;
background: url(select2.png) right top no-repeat;
background: url('select2.png') right top no-repeat;
cursor: pointer;
text-decoration: none;
border:0;
@ -428,7 +428,7 @@ disabled look for already selected choices in the results dropdown
width: 12px;
height: 13px;
font-size: 1px;
background: url(select2.png) right top no-repeat;
background: url('select2.png') right top no-repeat;
outline: none;
}