r79907 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79906‎ | r79907 | r79908 >
Date:18:02, 9 January 2011
Author:hartman
Status:resolved
Tags:
Comment:
Follow up r79901 and 79905 with more @embed for LQT.
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
@@ -3,10 +3,12 @@
44 outline: none;
55 width: 17px;
66 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;
89 text-indent: -9999px;
910 overflow: hidden;
1011 }
1112 .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;
1315 }
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');
 280+ background-image: url('icons/arrow-down-icon.png?1');
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) !important;
 364+ background-image: url(icons/reply.png?1) !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);
 379+ background-image: url(icons/quote.png?1);
380380 background-position: left center !important;
381381 background-repeat: no-repeat;
382382 padding-left: 26px;

Follow-up revisions

RevisionCommit summaryAuthorDate
r79908Mostly revert r79907hartman18:10, 9 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79901@embed for lqt.csshartman16:39, 9 January 2011

Status & tagging log