Merge "Improved rate limit log to mention IP"
[lhc/web/wiklou.git] / skins / common / commonInterface.css
index d13cad2..733fd11 100644 (file)
@@ -1,6 +1,10 @@
-/*
-** MediaWiki style sheet for common core styles on interfaces
-*/
+/**
+ * MediaWiki style sheet for common core styles on interfaces
+ *
+ * Styles for the Monobook/Vector pattern of laying out common interfaces.
+ * These ids/classes are not built into the system,
+ * they are outputted by the actual MonoBook/Vector code by convention.
+ */
 
 /* Categories */
 .catlinks {
@@ -28,6 +32,7 @@
        text-align: center;
        margin: 0;
 }
+
 #localNotice {
        margin-bottom: 0.9em;
 }
@@ -37,7 +42,7 @@
 #firstHeading {
        margin-bottom: .1em;
        /* These two rules hack around bug 2013 (fix for more limited bug 11325).
-          When bug 2013 is fixed properly, they should be removed. */
+        * When bug 2013 is fixed properly, they should be removed. */
        line-height: 1.2em;
        padding-bottom: 0;
 }
 #siteSub {
        display: none;
 }
+
 #jump-to-nav {
-       display: none;
+       /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
+       margin-top: -1.4em;
+       margin-bottom: 1.4em;
 }
+
 #contentSub, #contentSub2 {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
-       color: #7d7d7d;
+       color: #545454;
        width: auto;
 }
+
 span.subpages {
        display: block;
 }
-