From: Aryeh Gregor Date: Sun, 14 Jan 2007 01:28:13 +0000 (+0000) Subject: Use browser default for printing size, don't force to 11pt. X-Git-Tag: 1.31.0-rc.0~54422 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=c80283f8795efe6b095101ac2157773496ff58a0;p=lhc%2Fweb%2Fwiklou.git Use browser default for printing size, don't force to 11pt. --- 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; }