Make WordPress Core

Ticket #22476: 22476-remove-quotes-in-url.diff

File 22476-remove-quotes-in-url.diff, 22.3 KB (added by TobiasBg, 12 years ago)

Patch removes optional ' and " in CSS url()s

  • wp-admin/css/colors-classic.css

    body.press-this ul.category-tabs li.tabs a { 
    15991599.view-switch #view-switch-list,
    16001600.view-switch #view-switch-excerpt {
    16011601        background-color: transparent;
    1602         background-image: url('../images/list.png');
     1602        background-image: url(../images/list.png);
    16031603        background-repeat: no-repeat;
    16041604}
    16051605
    div.widgets-sortables, 
    20262026@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    20272027
    20282028        .curtime #timestamp {
    2029                 background-image: url("../images/date-button-2x.gif?ver=20120916");
     2029                background-image: url(../images/date-button-2x.gif?ver=20120916);
    20302030                background-size: 16px auto;
    20312031        }
    20322032
    div.widgets-sortables, 
    20342034        #bulk-titles div a,
    20352035        .tagchecklist span a:hover,
    20362036        #bulk-titles div a:hover {
    2037                 background-image: url("../images/xit-2x.gif?ver=20120916");
     2037                background-image: url(../images/xit-2x.gif?ver=20120916);
    20382038                background-size: 20px auto;
    20392039        }
    20402040
    div.widgets-sortables, 
    20502050        .rtl #adminmenu .wp-menu-open .wp-menu-toggle,
    20512051        .js.rtl .meta-box-sortables .postbox:hover .handlediv,
    20522052        .rtl .sidebar-name-arrow {
    2053                 background-image: url("../images/arrows-vs-2x.png?ver=20120916");
     2053                background-image: url(../images/arrows-vs-2x.png?ver=20120916);
    20542054                background-size: 15px 123px;
    20552055        }
    20562056
    div.widgets-sortables, 
    20612061        .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
    20622062        .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle,
    20632063        .rtl .sidebar-name:hover .sidebar-name-arrow {
    2064                 background-image: url("../images/arrows-dark-vs-2x.png?ver=20120916");
     2064                background-image: url(../images/arrows-dark-vs-2x.png?ver=20120916);
    20652065                background-size: 15px 123px;
    20662066        }
    20672067
    20682068        .view-switch #view-switch-list,
    20692069        .view-switch #view-switch-excerpt {
    2070                 background-image: url("../images/list-2x.png?ver=20120916");
     2070                background-image: url(../images/list-2x.png?ver=20120916);
    20712071                background-size: 80px 20px;
    20722072        }
    20732073
    div.widgets-sortables, 
    21342134        .menu-icon-site div.wp-menu-image,
    21352135        .icon16.icon-generic,
    21362136        .menu-icon-generic div.wp-menu-image {
    2137                 background-image: url('../images/menu-vs-2x.png?ver=20121105');
     2137                background-image: url(../images/menu-vs-2x.png?ver=20121105);
    21382138                background-size: 390px 64px;
    21392139        }
    21402140
    21412141        #header-logo {
    2142                 background-image: url('../images/wp-logo-vs-2x.png?ver=20120916');
     2142                background-image: url(../images/wp-logo-vs-2x.png?ver=20120916);
    21432143                background-size: 16px auto;
    21442144        }
    21452145
  • wp-admin/css/colors-fresh.css

    body.press-this ul.category-tabs li.tabs a { 
    14881488.view-switch #view-switch-list,
    14891489.view-switch #view-switch-excerpt {
    14901490        background-color: transparent;
    1491         background-image: url('../images/list.png');
     1491        background-image: url(../images/list.png);
    14921492        background-repeat: no-repeat;
    14931493}
    14941494
    div.widgets-sortables, 
    18961896@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    18971897
    18981898        .curtime #timestamp {
    1899                 background-image: url("../images/date-button-2x.gif?ver=20120916");
     1899                background-image: url(../images/date-button-2x.gif?ver=20120916);
    19001900                background-size: 16px auto;
    19011901        }
    19021902
    div.widgets-sortables, 
    19041904        #bulk-titles div a,
    19051905        .tagchecklist span a:hover,
    19061906        #bulk-titles div a:hover {
    1907                 background-image: url("../images/xit-2x.gif?ver=20120916");
     1907                background-image: url(../images/xit-2x.gif?ver=20120916);
    19081908                background-size: 20px auto;
    19091909        }
    19101910
    div.widgets-sortables, 
    19201920        .rtl #adminmenu .wp-menu-open .wp-menu-toggle,
    19211921        .js.rtl .meta-box-sortables .postbox:hover .handlediv,
    19221922        .rtl .sidebar-name-arrow {
    1923                 background-image: url("../images/arrows-2x.png?ver=20120916");
     1923                background-image: url(../images/arrows-2x.png?ver=20120916);
    19241924                background-size: 15px 123px;
    19251925        }
    19261926
    div.widgets-sortables, 
    19311931        .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
    19321932        .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle,
    19331933        .rtl .sidebar-name:hover .sidebar-name-arrow {
    1934                 background-image: url("../images/arrows-dark-2x.png?ver=20120916");
     1934                background-image: url(../images/arrows-dark-2x.png?ver=20120916);
    19351935                background-size: 15px 123px;
    19361936        }
    19371937
    19381938        .view-switch #view-switch-list,
    19391939        .view-switch #view-switch-excerpt {
    1940                 background-image: url("../images/list-2x.png?ver=20120916");
     1940                background-image: url(../images/list-2x.png?ver=20120916);
    19411941                background-size: 80px 20px;
    19421942        }
    19431943
    div.widgets-sortables, 
    20042004        .menu-icon-site div.wp-menu-image,
    20052005        .icon16.icon-generic,
    20062006        .menu-icon-generic div.wp-menu-image {
    2007                 background-image: url('../images/menu-2x.png?ver=20121105');
     2007                background-image: url(../images/menu-2x.png?ver=20121105);
    20082008                background-size: 390px 64px;
    20092009        }
    20102010
    20112011        #header-logo {
    2012                 background-image: url('../images/wp-logo-2x.png?ver=20120916');
     2012                background-image: url(../images/wp-logo-2x.png?ver=20120916);
    20132013                background-size: 16px auto;
    20142014        }
    20152015
  • wp-admin/css/install.css

    abbr { 
    6464        text-align:center
    6565}
    6666#logo a {
    67         background-image: url('../images/wordpress-logo.png?ver=20120216');
     67        background-image: url(../images/wordpress-logo.png?ver=20120216);
    6868        background-size: 274px 63px;
    6969        background-position: top center;
    7070        background-repeat: no-repeat;
    abbr { 
    7676}
    7777@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    7878        #logo a {
    79                 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
     79                background-image: url(../images/wordpress-logo-2x.png?ver=20120412);
    8080                background-size: 274px 63px;
    8181        }
    8282}
  • wp-admin/css/media.css

    table.not-image tr.image-only { 
    329329@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    330330
    331331        .image-align-none-label {
    332                 background-image: url("../images/align-none-2x.png?ver=20120916");
     332                background-image: url(../images/align-none-2x.png?ver=20120916);
    333333                background-size: 21px 15px;
    334334        }
    335335
    336336        .image-align-left-label {
    337                 background-image: url("../images/align-left-2x.png?ver=20120916");
     337                background-image: url(../images/align-left-2x.png?ver=20120916);
    338338                background-size: 22px 15px;
    339339        }
    340340
    341341        .image-align-center-label {
    342                 background-image: url("../images/align-center-2x.png?ver=20120916");
     342                background-image: url(../images/align-center-2x.png?ver=20120916);
    343343                background-size: 21px 15px;
    344344        }
    345345
    346346        .image-align-right-label {
    347                 background-image: url("../images/align-right-2x.png?ver=20120916");
     347                background-image: url(../images/align-right-2x.png?ver=20120916);
    348348                background-size: 22px 15px;
    349349        }
    350350}
  • wp-admin/css/wp-admin-rtl.css

    input[type=password] { 
    118118}
    119119
    120120input[type="text"].ui-autocomplete-loading {
    121         background: transparent url('../images/loading.gif') no-repeat left center;
     121        background: transparent url(../images/loading.gif) no-repeat left center;
    122122}
    123123
    124124ul#add-to-blog-users {
    form.upgrade .hint { 
    475475                margin-left: 15px;
    476476                margin-right: 52px;
    477477        }
    478        
     478
    479479        .auto-fold #adminmenu div.wp-menu-image {
    480480                float: right;
    481481                width: 30px;
    form.upgrade .hint { 
    525525}
    526526
    527527.post-com-count {
    528         background-image: url('../images/bubble_bg-rtl.gif');
     528        background-image: url(../images/bubble_bg-rtl.gif);
    529529}
    530530
    531531.column-response .post-com-count {
    th.sorted a span { 
    863863}
    864864
    865865#post-body .wp_themeSkin .mceStatusbar a.mceResize {
    866         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
     866        background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
    867867        cursor: sw-resize;
    868868}
    869869
    table .column-rating { 
    15241524}
    15251525
    15261526#content-resize-handle {
    1527         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
     1527        background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
    15281528        right: auto;
    15291529        left: 2px;
    15301530        cursor: sw-resize;
    table .column-rating { 
    15761576.wp-full-overlay .collapse-sidebar-arrow {
    15771577        margin-right: 2px;
    15781578        margin-left: 0;
    1579         background: transparent url('../images/arrows.png') no-repeat 0 -108px;
     1579        background: transparent url(../images/arrows.png) no-repeat 0 -108px;
    15801580}
    15811581
    15821582.wp-full-overlay.collapsed .collapse-sidebar-arrow {
    body.login { 
    21482148
    21492149/* Star ratings */
    21502150div.star-holder {
    2151         background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
     2151        background: url(../images/stars-rtl.png?ver=20121108) repeat-x bottom right;
    21522152}
    21532153div.star-holder .star-rating {
    2154         background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
     2154        background: url(../images/stars-rtl.png?ver=20121108) repeat-x top right;
    21552155        float: right;
    21562156}
    21572157
    div.sidebar-name h3 { 
    23842384 */
    23852385@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    23862386        .post-com-count {
    2387                 background-image: url('../images/bubble_bg-rtl-2x.gif');
     2387                background-image: url(../images/bubble_bg-rtl-2x.gif);
    23882388                background-size: 18px 100px;
    23892389        }
    23902390
    23912391        #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize {
    2392                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
     2392                background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
    23932393                background-size: 11px 11px;
    23942394        }
    23952395
    23962396        .wp-full-overlay .collapse-sidebar-arrow {
    2397                 background-image: url('../images/arrows-2x.png');
     2397                background-image: url(../images/arrows-2x.png);
    23982398                background-size: 15px 123px;
    23992399        }
    24002400
    24012401        div.star-holder {
    2402                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
     2402                background: url(../images/stars-rtl-2x.png?ver=20121108) repeat-x bottom right;
    24032403                background-size: 21px 37px;
    24042404        }
    24052405
    24062406        div.star-holder .star-rating {
    2407                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
     2407                background: url(../images/stars-rtl-2x.png?ver=20121108) repeat-x top right;
    24082408                background-size: 21px 37px;
    24092409        }
    24102410
    24112411        #post-body .wp_themeSkin .mceStatusbar a.mceResize,
    24122412        #content-resize-handle {
    2413                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom;
     2413                background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll left bottom;
    24142414        }
    24152415}
    24162416
  • wp-admin/css/wp-admin.css

    p.search-box { 
    932932}
    933933
    934934input[type="text"].ui-autocomplete-loading {
    935         background: transparent url('../images/loading.gif') no-repeat right center;
     935        background: transparent url(../images/loading.gif) no-repeat right center;
    936936        visibility: visible;
    937937}
    938938
    form.upgrade .hint { 
    18271827}
    18281828
    18291829.post-com-count {
    1830         background-image: url('../images/bubble_bg.gif');
     1830        background-image: url(../images/bubble_bg.gif);
    18311831        height: 1.3em;
    18321832        line-height: 1.1em;
    18331833        display: block;
    strong .post-com-count { 
    18731873}
    18741874
    18751875th .comment-grey-bubble {
    1876         background-image: url('../images/comment-grey-bubble.png');
     1876        background-image: url(../images/comment-grey-bubble.png);
    18771877        background-repeat: no-repeat;
    18781878        height: 12px;
    18791879        width: 12px;
    html.wp-toolbar { 
    22732273        left: -12px;
    22742274        width: 10px;
    22752275        height: 100%;
    2276         background: url('../images/xit.gif') 0 17% no-repeat;
     2276        background: url(../images/xit.gif) 0 17% no-repeat;
    22772277}
    22782278
    22792279.welcome-panel .welcome-panel-close:hover:before {
    html.wp-toolbar { 
    23222322}
    23232323
    23242324.welcome-panel .welcome-add-page {
    2325         background: url('../images/welcome-icons.png') no-repeat 0 -1px;
     2325        background: url(../images/welcome-icons.png) no-repeat 0 -1px;
    23262326}
    23272327
    23282328.welcome-panel .welcome-edit-page {
    2329         background: url('../images/welcome-icons.png') no-repeat 0px -92px;
     2329        background: url(../images/welcome-icons.png) no-repeat 0px -92px;
    23302330}
    23312331
    23322332.welcome-panel .welcome-learn-more {
    2333         background: url('../images/welcome-icons.png') no-repeat 0px -138px;
     2333        background: url(../images/welcome-icons.png) no-repeat 0px -138px;
    23342334}
    23352335
    23362336.welcome-panel .welcome-comments {
    2337         background: url('../images/welcome-icons.png') no-repeat 0px -184px;
     2337        background: url(../images/welcome-icons.png) no-repeat 0px -184px;
    23382338}
    23392339
    23402340.welcome-panel .welcome-view-site {
    2341         background: url('../images/welcome-icons.png') no-repeat 0px -276px;
     2341        background: url(../images/welcome-icons.png) no-repeat 0px -276px;
    23422342}
    23432343
    23442344.welcome-panel .welcome-widgets-menus {
    2345         background: url('../images/welcome-icons.png') no-repeat 1px -230px;
     2345        background: url(../images/welcome-icons.png) no-repeat 1px -230px;
    23462346        line-height: 14px;
    23472347}
    23482348
    23492349.welcome-panel .welcome-write-blog {
    2350         background: url('../images/welcome-icons.png') no-repeat 0px -46px;
     2350        background: url(../images/welcome-icons.png) no-repeat 0px -46px;
    23512351}
    23522352
    23532353.welcome-panel .welcome-add-page,
    html.wp-toolbar { 
    23642364
    23652365@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    23662366        .welcome-panel .welcome-add-page {
    2367                 background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;
     2367                background: url(../images/welcome-icons-2x.png) no-repeat 0 -1px;
    23682368                background-size: 16px;
    23692369        }
    23702370
    23712371        .welcome-panel .welcome-edit-page {
    2372                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
     2372                background: url(../images/welcome-icons-2x.png) no-repeat 0px -92px;
    23732373                background-size: 16px;
    23742374        }
    23752375
    23762376        .welcome-panel .welcome-learn-more {
    2377                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
     2377                background: url(../images/welcome-icons-2x.png) no-repeat 0px -138px;
    23782378                background-size: 16px;
    23792379        }
    23802380
    23812381        .welcome-panel .welcome-comments {
    2382                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
     2382                background: url(../images/welcome-icons-2x.png) no-repeat 0px -184px;
    23832383                background-size: 16px;
    23842384        }
    23852385
    23862386        .welcome-panel .welcome-view-site {
    2387                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
     2387                background: url(../images/welcome-icons-2x.png) no-repeat 0px -276px;
    23882388                background-size: 16px;
    23892389        }
    23902390
    23912391        .welcome-panel .welcome-widgets-menus {
    2392                 background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
     2392                background: url(../images/welcome-icons-2x.png) no-repeat 1px -230px;
    23932393                background-size: 16px;
    23942394        }
    23952395
    23962396        .welcome-panel .welcome-write-blog {
    2397                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
     2397                background: url(../images/welcome-icons-2x.png) no-repeat 0px -46px;
    23982398                background-size: 16px;
    23992399        }
    24002400}
    html.wp-toolbar { 
    24462446@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    24472447
    24482448        .welcome-panel .welcome-panel-close:before {
    2449                 background-image: url('../images/xit-2x.gif');
     2449                background-image: url(../images/xit-2x.gif);
    24502450                background-size: 20px auto;
    24512451        }
    24522452}
    table.fixed { 
    25652565        height: 4px;
    25662566        margin-top: 8px;
    25672567        margin-left: 7px;
    2568         background-image: url('../images/sort.gif');
     2568        background-image: url(../images/sort.gif);
    25692569        background-repeat: no-repeat;
    25702570}
    25712571
    td.plugin-title p { 
    33033303
    33043304#post-body .wp_themeSkin .mceStatusbar a.mceResize {
    33053305        display: block;
    3306         background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
     3306        background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
    33073307        width: 12px;
    33083308        cursor: se-resize;
    33093309        margin: 0 1px;
    td.plugin-title p { 
    33163316}
    33173317
    33183318#content-resize-handle {
    3319         background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
     3319        background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
    33203320        width: 12px;
    33213321        cursor: se-resize;
    33223322        position: absolute;
    td.imgedit-settings input { 
    42424242}
    42434243
    42444244.imgedit-crop {
    4245         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px;
     4245        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -9px -31px;
    42464246        margin: 0 8px 0 0;
    42474247}
    42484248
    td.imgedit-settings input { 
    42554255}
    42564256
    42574257.imgedit-rleft {
    4258         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px;
     4258        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -46px -31px;
    42594259        margin: 0 3px;
    42604260}
    42614261
    td.imgedit-settings input { 
    42684268}
    42694269
    42704270.imgedit-rright {
    4271         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px;
     4271        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -77px -31px;
    42724272        margin: 0 8px 0 3px;
    42734273}
    42744274
    td.imgedit-settings input { 
    42814281}
    42824282
    42834283.imgedit-flipv {
    4284         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px;
     4284        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -115px -31px;
    42854285        margin: 0 3px;
    42864286}
    42874287
    td.imgedit-settings input { 
    42944294}
    42954295
    42964296.imgedit-fliph {
    4297         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px;
     4297        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -147px -31px;
    42984298        margin: 0 8px 0 3px;
    42994299}
    43004300
    td.imgedit-settings input { 
    43074307}
    43084308
    43094309.imgedit-undo {
    4310         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px;
     4310        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -184px -31px;
    43114311        margin: 0 3px;
    43124312}
    43134313
    td.imgedit-settings input { 
    43204320}
    43214321
    43224322.imgedit-redo {
    4323         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px;
     4323        background: transparent url(../images/imgedit-icons.png) no-repeat scroll -215px -31px;
    43244324        margin: 0 8px 0 3px;
    43254325}
    43264326
    span.imgedit-scale-warn { 
    44084408        .imgedit-fliph,
    44094409        .imgedit-undo,
    44104410        .imgedit-redo {
    4411                 background-image: url('../images/imgedit-icons-2x.png');
     4411                background-image: url(../images/imgedit-icons-2x.png);
    44124412                background-size: 260px 64px;
    44134413        }
    44144414}
    h2 .nav-tab { 
    53035303        font-size: 14px;
    53045304        text-align: center;
    53055305        margin: 0 -5px;
    5306         background: url('../images/wp-badge.png?ver=20111120') no-repeat;
     5306        background: url(../images/wp-badge.png?ver=20111120) no-repeat;
    53075307}
    53085308
    53095309.about-wrap .wp-badge {
    body.full-overlay-active { 
    56435643        display: block;
    56445644        width: 15px;
    56455645        height: 15px;
    5646         background: transparent url('../images/arrows.png') no-repeat -1px -73px;
     5646        background: transparent url(../images/arrows.png) no-repeat -1px -73px;
    56475647}
    56485648
    56495649.wp-full-overlay.collapsed .collapse-sidebar-arrow {
    body.full-overlay-active { 
    56905690@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    56915691
    56925692        .wp-full-overlay .collapse-sidebar-arrow {
    5693                 background-image: url('../images/arrows-2x.png');
     5693                background-image: url(../images/arrows-2x.png);
    56945694                background-size: 15px 123px;
    56955695         }
    56965696}
    body.full-overlay-active { 
    57275727}
    57285728
    57295729.customize-loading #customize-container {
    5730         background: #fff url("../images/wpspin_light.gif") no-repeat fixed center center;
     5730        background: #fff url(../images/wpspin_light.gif) no-repeat fixed center center;
    57315731        background-size: 16px 16px;
    57325732}
    57335733
    a.rsswidget { 
    66276627}
    66286628
    66296629.login h1 a {
    6630         background-image: url('../images/wordpress-logo.png?ver=20120216');
     6630        background-image: url(../images/wordpress-logo.png?ver=20120216);
    66316631        background-size: 274px 63px;
    66326632        background-position: top center;
    66336633        background-repeat: no-repeat;
    a.rsswidget { 
    66426642
    66436643@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    66446644        .login h1 a {
    6645                 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
     6645                background-image: url(../images/wordpress-logo-2x.png?ver=20120412);
    66466646                background-size: 274px 63px;
    66476647        }
    66486648
    66496649        .wp-badge {
    6650                 background-image: url('../images/wp-badge-2x.png?ver=20120516');
     6650                background-image: url(../images/wp-badge-2x.png?ver=20120516);
    66516651                background-size: 173px 194px;
    66526652        }
    66536653}
    div.star-holder { 
    74097409        position: relative;
    74107410        height: 17px;
    74117411        width: 100px;
    7412         background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
     7412        background: url(../images/stars.png?ver=20121108) repeat-x bottom left;
    74137413}
    74147414
    74157415div.star-holder .star-rating {
    7416         background: url('../images/stars.png?ver=20121108') repeat-x top left;
     7416        background: url(../images/stars.png?ver=20121108) repeat-x top left;
    74177417        height: 17px;
    74187418        float: left;
    74197419}
    a.widget-control-edit { 
    84278427@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    84288428
    84298429        .press-this .tagchecklist span a {
    8430                 background-image: url('../images/xit-2x.gif');
     8430                background-image: url(../images/xit-2x.gif);
    84318431                background-size: 20px auto;
    84328432         }
    84338433
    84348434        .js .postbox:hover .handlediv,
    84358435        .js .stuffbox:hover .handlediv,
    84368436        .widget-top a.widget-action {
    8437                 background-image: url('../images/arrows-2x.png');
     8437                background-image: url(../images/arrows-2x.png);
    84388438                background-size: 15px 123px;
    84398439         }
    84408440
    84418441        .widget-top a.widget-action:hover {
    8442                 background-image: url('../images/arrows-dark-2x.png');
     8442                background-image: url(../images/arrows-dark-2x.png);
    84438443                background-size: 15px 123px;
    84448444        }
    84458445
    84468446        .post-com-count {
    8447                 background-image: url('../images/bubble_bg-2x.gif');
     8447                background-image: url(../images/bubble_bg-2x.gif);
    84488448                background-size: 18px 100px;
    84498449        }
    84508450
    84518451        th .comment-grey-bubble {
    8452                 background-image: url('../images/comment-grey-bubble-2x.png');
     8452                background-image: url(../images/comment-grey-bubble-2x.png);
    84538453                background-size: 12px 12px;
    84548454        }
    84558455
    84568456        .sorting-indicator {
    8457                 background-image: url('../images/sort-2x.gif');
     8457                background-image: url(../images/sort-2x.gif);
    84588458                background-size: 14px 4px;
    84598459        }
    84608460
    84618461        #content-resize-handle,
    84628462        #post-body .wp_themeSkin .mceStatusbar a.mceResize {
    8463                 background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
     8463                background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
    84648464                background-size: 11px 11px;
    84658465        }
    84668466
    84678467        div.star-holder {
    8468                 background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
     8468                background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left;
    84698469                background-size: 21px 37px;
    84708470        }
    84718471
    84728472        div.star-holder .star-rating {
    8473                 background: url('../images/stars-2x.png?ver=20121108') repeat-x top left;
     8473                background: url(../images/stars-2x.png?ver=20121108) repeat-x top left;
    84748474                background-size: 21px 37px;
    84758475        }
    84768476}