| Index: trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css |
| — | — | @@ -4,11 +4,11 @@ |
| 5 | 5 | width: 17px; |
| 6 | 6 | height: 17px; |
| 7 | 7 | /* @embed */ |
| 8 | | - background: url( ../images/thread_collapse_control_expanded.gif ) 0 0 no-repeat; |
| | 8 | + background: url(../images/thread_collapse_control_expanded.gif) 0 0 no-repeat; |
| 9 | 9 | text-indent: -9999px; |
| 10 | 10 | overflow: hidden; |
| 11 | 11 | } |
| 12 | 12 | .thread-collapse-control a.thread-control-collapsed { |
| 13 | 13 | /* @embed */ |
| 14 | | - background: url( ../images/thread_collapse_control_collapsed.gif ) 0 0 no-repeat; |
| | 14 | + background: url(../images/thread_collapse_control_collapsed.gif) 0 0 no-repeat; |
| 15 | 15 | } |