* (bug 8463) Don't print external link icons for Monobook
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jan 2007 18:48:51 +0000 (18:48 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jan 2007 18:48:51 +0000 (18:48 +0000)
* Remove a couple of superfluous rules from commonPrint (styling stuff that's display: none)

RELEASE-NOTES
skins/common/commonPrint.css

index 3a79f3d..6dbf064 100644 (file)
@@ -451,7 +451,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   for printing
 * Avoid PHP warning in Creative Commons metadata when a creative commons
   license is not actually set up
-
+* (bug 8463) Don't print external link icons for Monobook
 
 == Languages updated ==
 
index ae9dd75..992ac4d 100644 (file)
@@ -22,9 +22,6 @@ a.new{ color:#ba0000; text-decoration:none; }
 .tocline {
        margin-bottom: 0px;
 }
-.toctoggle, .editsection {
-       font-size: smaller;
-}
 
 /* images */
 div.floatright { 
@@ -134,9 +131,6 @@ h1, h2, h3, h4, h5, h6
 {
        font-weight: bold;
 }
-.editsection {
-       font-weight: normal;
-}
 
 p, .documentDescription {
     margin: 1em 0 ! important;
@@ -165,7 +159,8 @@ table.listing td {
 
 a {
     color: Black !important;
-    padding: 0 !important
+    background: none !important;
+    padding: 0 !important;
 }
 
 a:link, a:visited {