http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90883

Revision: 90883
Author:   happy-melon
Date:     2011-06-27 16:13:10 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
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
    trunk/phase3/skins/monobook/main.css
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2011-06-27 15:47:24 UTC (rev 
90882)
+++ trunk/phase3/skins/common/shared.css        2011-06-27 16:13:10 UTC (rev 
90883)
@@ -769,6 +769,13 @@
        unicode-bidi: embed;
 }
 
-#mw-revision-info, #mw-revision-nav {
+#mw-revision-info, #revision-info-current, #mw-revision-nav {
        direction: ltr;
+       text-align: center;
+}
+
+#mw-revision-nav {
+       border-bottom: 1px solid #aaa;
+       padding-bottom: 0.5em;
+       margin-bottom: 0.5em;
 }
\ No newline at end of file

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2011-06-27 15:47:24 UTC (rev 
90882)
+++ trunk/phase3/skins/monobook/main.css        2011-06-27 16:13:10 UTC (rev 
90883)
@@ -237,6 +237,11 @@
        color: #7d7d7d;
        width: auto;
 }
+
+#contentSub:empty, #contentSub2:empty {
+       display: none;
+}
+
 span.subpages {
        display: block;
 }

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2011-06-27 15:47:24 UTC (rev 
90882)
+++ trunk/phase3/skins/vector/screen.css        2011-06-27 16:13:10 UTC (rev 
90883)
@@ -1008,6 +1008,11 @@
        color: #7d7d7d;
        width: auto;
 }
+
+#contentSub:empty, #contentSub2:empty {
+       display: none;
+}
+
 span.subpages {
        display: block;
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to