(bug 18708) CSS plainlinks class now available to all skins
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Jul 2009 23:36:16 +0000 (23:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Jul 2009 23:36:16 +0000 (23:36 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 1879cf8..3f144ec 100644 (file)
@@ -275,6 +275,7 @@ this. Was used when mwEmbed was going to be an extension.
   history view, edit page, or something similar
 * (bug 19513) RTL fixes for new Search UI
 * (bug 16497) Special:Allmessages is paginated
+* (bug 18708) CSS plainlinks class now available to all skins
 
 == API changes in 1.16 ==
 
index 9e04bb7..d84fd59 100644 (file)
@@ -1566,7 +1566,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '232';
+$wgStyleVersion = '233';
 
 
 # Server-side caching:
index 30a5fd5..e99e926 100644 (file)
@@ -533,6 +533,13 @@ a.feedlink {
        padding-left: 16px;
 }
 
+/* Plainlinks - this can be used to switch 
+ * off special external link styling */
+.plainlinks a {
+               background: none !important;
+               padding: 0 !important;
+}
+
 /* wikitable class for skinning normal tables */
 table.wikitable {
     margin: 1em 1em 1em 0;
index fd84833..909c03c 100644 (file)
@@ -531,12 +531,6 @@ img.thumbborder {
 .hiddenStructure {
        display: none;
 }
-
-#mw_content .plainlinks a {
-        background: none !important;
-        padding: 0 !important;
-}
-
 .mw-warning {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
index b4043c2..d545f95 100644 (file)
@@ -573,12 +573,6 @@ table.rimage {
 #bodyContent a.external {
        color: #36b;
 }
-/* this can be used in the content area to switch off
-special external link styling */
-#bodyContent .plainlinks a {
-       background: none !important;
-       padding: 0 !important;
-}
 /*
 ** Structural Elements
 */
index 5c0e147..de2f85d 100644 (file)
@@ -947,12 +947,6 @@ h1#firstHeading {
 #content a.external {
        color: #36b;
 }
-#content .plainlinks a {
-       /* this can be used in the content area to switch off special external link
-        * styling */
-       background: none !important;
-       padding: 0 !important;
-}
 #content .printfooter {
        display: none;
 }
index 47268ab..9558c9c 100644 (file)
@@ -947,12 +947,6 @@ h1#firstHeading {
 #content a.external {
        color: #36b;
 }
-#content .plainlinks a {
-       /* this can be used in the content area to switch off special external link
-        * styling */
-       background: none !important;
-       padding: 0 !important;
-}
 #content .printfooter {
        display: none;
 }