r52413 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52412‎ | r52413 | r52414 >
Date:21:04, 25 June 2009
Author:tparscal
Status:resolved (Comments)
Tags:
Comment:
Reverted back from 52410 (Put the [edit] link after the section header instead of before, and don't right-float it anymore)
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -23,18 +23,6 @@
2424 background-color: #fcfcfc;
2525 }
2626
27 -/* Display headings on the same line as edit link */
28 -h1, h2, h3, h4, h5, h6 { display: inline; margin: 0; }
29 -/* But then we have to reintroduce the margin. We use the W3 recommended mar-
30 - * gins <http://www.w3.org/TR/CSS21/sample.html>, multiplying by the recom-
31 - * mended font-size. */
32 -.mw-h1 { margin: 1.34em 0; }
33 -.mw-h2 { margin: 1.13em 0; }
34 -.mw-h3 { margin: 0.97em 0; }
35 -.mw-h4 { margin: 1.12em 0; }
36 -.mw-h5 { margin: 1.25em 0; }
37 -.mw-h6 { margin: 1.25em 0; }
38 -
3927 /**
4028 * File histories
4129 */
@@ -553,12 +541,6 @@
554542 clear: both;
555543 }
556544
557 -#mw_trackbacks {
558 - border: solid 1px #bbbbff;
559 - background-color: #eeeeff;
560 - padding: 0.2em;
561 -}
562 -
563545 /*
564546 Table pager (e.g. Special:Imagelist)
565547 - remove underlines from the navigation link

Follow-up revisions

RevisionCommit summaryAuthorDate
r53082Fix up r52413: readd missing line per CR commentcatrope22:10, 10 July 2009

Comments

#Comment by Simetrical (talk | contribs)   22:04, 25 June 2009

This seems to remove an unrelated rule as well?

Status & tagging log