r89767 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89766‎ | r89767 | r89768 >
Date:10:43, 9 June 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Attempt at fixing the issue raised in r82948.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -21,6 +21,16 @@
2222 font-style: italic;
2323 }
2424
 25+.mw-specialpages-table {
 26+ margin-top: -1em;
 27+ margin-bottom: 1em;
 28+}
 29+
 30+.mw-specialpages-table td {
 31+ vertical-align: top;
 32+}
 33+
 34+
2535 /* Comment and username portions of RC entries */
2636 span.comment {
2737 font-style: italic;

Follow-up revisions

RevisionCommit summaryAuthorDate
r89799r89767 didn't please overlordsnikerabbit21:25, 9 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82948Rm nonstandard and redundant styles for Special:SpecialPages; really no need ...happy-melon18:43, 28 February 2011

Comments

#Comment by Krinkle (talk | contribs)   14:34, 9 June 2011

This should be in mediawiki.special.css instead of shared.css which is loaded everywhere all the time.

Status & tagging log