From f4ce3402dbe78ae33d1b3a49c5ecbe50b7d4faed Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 2 Jan 2007 18:48:51 +0000 Subject: [PATCH] * (bug 8463) Don't print external link icons for Monobook * Remove a couple of superfluous rules from commonPrint (styling stuff that's display: none) --- RELEASE-NOTES | 2 +- skins/common/commonPrint.css | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3a79f3d6da..6dbf0647fe 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index ae9dd75850..992ac4dbb1 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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 { -- 2.20.1