X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsrc%2Fjquery%2Fjquery.spinner.css;h=6c7bd0e66092cf030067786e6a57b1f4b78d4e3a;hb=b77db9bb430712c2fe40c3b1828397b90fc8dbe8;hp=a9e06dbe20f06b2cacfed7fd76827251507ff3b7;hpb=166191535f486569277e95b7e6a3850b5db6757d;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.spinner.css b/resources/src/jquery/jquery.spinner.css index a9e06dbe20..6c7bd0e660 100644 --- a/resources/src/jquery/jquery.spinner.css +++ b/resources/src/jquery/jquery.spinner.css @@ -6,7 +6,7 @@ .mw-spinner-small { /* @embed */ - background-image: url(images/spinner.gif); + background-image: url( images/spinner.gif ); height: 20px; width: 20px; /* Avoid issues with .mw-spinner-block when floated without width. */ @@ -15,7 +15,7 @@ .mw-spinner-large { /* @embed */ - background-image: url(images/spinner-large.gif); + background-image: url( images/spinner-large.gif ); height: 32px; width: 32px; /* Avoid issues with .mw-spinner-block when floated without width. */ @@ -36,5 +36,5 @@ /* IE < 8 */ zoom: 1; - *display: inline; + *display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */ }