* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jan 2007 05:33:01 +0000 (05:33 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jan 2007 05:33:01 +0000 (05:33 +0000)
RELEASE-NOTES
skins/common/commonPrint.css

index ef064c0..7b065b9 100644 (file)
@@ -447,6 +447,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   variant of a wiki to something different than the main language code
 * Add 'variant' option to parserTests - runs test with the given variant as 
   preferred, utilize it for more parser tests of language variants code
+* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden
+  for printing
 
 == Languages updated ==
 
index 314ff55..ae9dd75 100644 (file)
@@ -105,10 +105,10 @@ div#column-one,
 .tochidden,
 div#f-poweredbyico,
 div#f-copyrightico,
-li#f-viewcount,
-li#f-about,
-li#f-disclaimer,
-li#f-privacy {
+li#viewcount,
+li#about,
+li#disclaimer,
+li#privacy {
     /* Hides all the elements irrelevant for printing */
     display: none;
 }