Index: trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css |
— | — | @@ -3,10 +3,12 @@ |
4 | 4 | outline: none; |
5 | 5 | width: 17px; |
6 | 6 | height: 17px; |
7 | | - background: url( ../images/thread_collapse_control_expanded.gif ) 0 0 no-repeat; |
| 7 | + /* @embed */ |
| 8 | + background: url( images/thread_collapse_control_expanded.gif?1 ) 0 0 no-repeat; |
8 | 9 | text-indent: -9999px; |
9 | 10 | overflow: hidden; |
10 | 11 | } |
11 | 12 | .thread-collapse-control a.thread-control-collapsed { |
12 | | - background: url( ../images/thread_collapse_control_collapsed.gif ) 0 0 no-repeat; |
| 13 | + /* @embed */ |
| 14 | + background: url( images/thread_collapse_control_collapsed.gif?1 ) 0 0 no-repeat; |
13 | 15 | } |
Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -276,7 +276,7 @@ |
277 | 277 | height: 2em; |
278 | 278 | padding-right: 18px; /* img is 16px */ |
279 | 279 | /* @embed */ |
280 | | - background-image: url('icons/arrow-down-icon.png'); |
| 280 | + background-image: url('icons/arrow-down-icon.png?1'); |
281 | 281 | background-position: right center; |
282 | 282 | background-repeat: no-repeat; |
283 | 283 | line-height: 2em; |
— | — | @@ -360,7 +360,7 @@ |
361 | 361 | .lqt-command-reply a { |
362 | 362 | padding-left: 26px; |
363 | 363 | /* @embed */ |
364 | | - background-image: url(icons/reply.png) !important; |
| 364 | + background-image: url(icons/reply.png?1) !important; |
365 | 365 | background-repeat: no-repeat; |
366 | 366 | background-position: left center !important; |
367 | 367 | } |
— | — | @@ -375,7 +375,7 @@ |
376 | 376 | margin-left: 1em; |
377 | 377 | height: 2em; |
378 | 378 | /* @embed */ |
379 | | - background-image: url(icons/quote.png); |
| 379 | + background-image: url(icons/quote.png?1); |
380 | 380 | background-position: left center !important; |
381 | 381 | background-repeat: no-repeat; |
382 | 382 | padding-left: 26px; |