r52852 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52851‎ | r52852 | r52853 >
Date:18:15, 7 July 2009
Author:catrope
Status:ok
Tags:
Comment:
Remove bullets from TOC in Vector
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -630,9 +630,9 @@
631631 }
632632 #toc ul,
633633 .toc ul {
634 - list-style-type: none;
635 - list-style-image: none;
636 - margin-left: 0;
 634+ list-style-type: none !important;
 635+ list-style-image: none !important;
 636+ margin-left: 0 !important;
637637 padding-left: 0;
638638 text-align: left;
639639 }
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -643,9 +643,9 @@
644644 }
645645 #toc ul,
646646 .toc ul {
647 - list-style-type: none;
648 - list-style-image: none;
649 - margin-right: 0;
 647+ list-style-type: none !important;
 648+ list-style-image: none !important;
 649+ margin-right: 0 !important;
650650 padding-right: 0;
651651 text-align: right;
652652 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log