r79908 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79907‎ | r79908 | r79909 >
Date:18:10, 9 January 2011
Author:hartman
Status:ok
Tags:
Comment:
Mostly revert r79907
Modified paths:
  • /trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css (modified) (history)
  • /trunk/extensions/LiquidThreads/lqt.css (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css
@@ -4,11 +4,11 @@
55 width: 17px;
66 height: 17px;
77 /* @embed */
8 - background: url( images/thread_collapse_control_expanded.gif?1 ) 0 0 no-repeat;
 8+ background: url( ../images/thread_collapse_control_expanded.gif ) 0 0 no-repeat;
99 text-indent: -9999px;
1010 overflow: hidden;
1111 }
1212 .thread-collapse-control a.thread-control-collapsed {
1313 /* @embed */
14 - background: url( images/thread_collapse_control_collapsed.gif?1 ) 0 0 no-repeat;
 14+ background: url( ../images/thread_collapse_control_collapsed.gif ) 0 0 no-repeat;
1515 }
Index: trunk/extensions/LiquidThreads/lqt.css
@@ -276,7 +276,7 @@
277277 height: 2em;
278278 padding-right: 18px; /* img is 16px */
279279 /* @embed */
280 - background-image: url('icons/arrow-down-icon.png?1');
 280+ background-image: url('icons/arrow-down-icon.png');
281281 background-position: right center;
282282 background-repeat: no-repeat;
283283 line-height: 2em;
@@ -360,7 +360,7 @@
361361 .lqt-command-reply a {
362362 padding-left: 26px;
363363 /* @embed */
364 - background-image: url(icons/reply.png?1) !important;
 364+ background-image: url(icons/reply.png) !important;
365365 background-repeat: no-repeat;
366366 background-position: left center !important;
367367 }
@@ -375,7 +375,7 @@
376376 margin-left: 1em;
377377 height: 2em;
378378 /* @embed */
379 - background-image: url(icons/quote.png?1);
 379+ background-image: url(icons/quote.png);
380380 background-position: left center !important;
381381 background-repeat: no-repeat;
382382 padding-left: 26px;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79907Follow up r79901 and 79905 with more @embed for LQT.hartman18:02, 9 January 2011

Status & tagging log