r51590 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51589‎ | r51590 | r51591 >
Date:14:56, 8 June 2009
Author:werdna
Status:deferred
Tags:
Comment:
Make th underlines solid black instead of grey
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.css (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.css
@@ -447,9 +447,16 @@
448448 border-collapse: collapse;
449449 }
450450
 451+.lqt_toc th {
 452+ border-bottom: 1px solid #000000;
 453+}
 454+
451455 .lqt_toc td,.lqt_toc th {
452456 margin: 0;
453457 padding: 0.2em;
454 - border-bottom: 1px solid #aaaaaa;
455458 text-align: left;
456459 }
 460+
 461+.lqt_toc td {
 462+ border-bottom: 1px solid #aaaaaa;
 463+}

Status & tagging log