r90883 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90882‎ | r90883 | r90884 >
Date:16:13, 27 June 2011
Author:happy-melon
Status:reverted (Comments)
Tags:
Comment:
Follow-up r85322: brion's right that some styling is desirable; so make it centered more like the diff layout.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -237,6 +237,11 @@
238238 color: #7d7d7d;
239239 width: auto;
240240 }
 241+
 242+#contentSub:empty, #contentSub2:empty {
 243+ display: none;
 244+}
 245+
241246 span.subpages {
242247 display: block;
243248 }
Index: trunk/phase3/skins/common/shared.css
@@ -769,6 +769,13 @@
770770 unicode-bidi: embed;
771771 }
772772
773 -#mw-revision-info, #mw-revision-nav {
 773+#mw-revision-info, #revision-info-current, #mw-revision-nav {
774774 direction: ltr;
 775+ text-align: center;
 776+}
 777+
 778+#mw-revision-nav {
 779+ border-bottom: 1px solid #aaa;
 780+ padding-bottom: 0.5em;
 781+ margin-bottom: 0.5em;
775782 }
\ No newline at end of file
Index: trunk/phase3/skins/vector/screen.css
@@ -1008,6 +1008,11 @@
10091009 color: #7d7d7d;
10101010 width: auto;
10111011 }
 1012+
 1013+#contentSub:empty, #contentSub2:empty {
 1014+ display: none;
 1015+}
 1016+
10121017 span.subpages {
10131018 display: block;
10141019 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r91416Revert old page navigation back to a subtitle...hashar19:17, 4 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85322Add the revision-info and revision-info-current messages directly to the page...happy-melon11:46, 4 April 2011

Comments

#Comment by Hashar (talk | contribs)   19:20, 4 July 2011

Reverting per CR on r85322.

untagging 1.18

Status & tagging log