From c80283f8795efe6b095101ac2157773496ff58a0 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 14 Jan 2007 01:28:13 +0000 Subject: [PATCH] Use browser default for printing size, don't force to 11pt. --- RELEASE-NOTES | 1 + skins/common/commonPrint.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc9f533909..cd55c09b72 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -64,6 +64,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN permission on for anons can be helpful for benchmarking. * Unmaintained Oracle support files have been removed. * Made Linker::userToolLinks() show the contribs link red when the user has zero edits +* Use browser default for printing size, don't force to 11pt == Languages updated == diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 992ac4dbb1..48673c0728 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -117,7 +117,6 @@ ul { #content { background: none; border: none ! important; - font-size: 11pt; padding: 0 ! important; margin: 0 ! important; } -- 2.20.1