r79677 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79676‎ | r79677 | r79678 >
Date:22:23, 5 January 2011
Author:hartman
Status:ok
Tags:
Comment:
Always use overflow:hidden when using text-indent: negative number.
Otherwise you get strange effects in ltr environments.
Modified paths:
  • /trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.css
@@ -5,7 +5,8 @@
66 height: 17px;
77 background: url( ../images/thread_collapse_control_expanded.gif ) 0 0 no-repeat;
88 text-indent: -9999px;
 9+ overflow: hidden;
910 }
1011 .thread-collapse-control a.thread-control-collapsed {
1112 background: url( ../images/thread_collapse_control_collapsed.gif ) 0 0 no-repeat;
12 -}
\ No newline at end of file
 13+}

Status & tagging log