svn commit: r45418 - head/share/misc

Gavin Atkinson <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gavin
Date: Fri Aug  8 17:53:25 2014
New Revision: 45418
URL: http://svnweb.freebsd.org/changeset/doc/45418

Log:
  e a serif font when printing.
  
  Discussed on:	-doc (about 18 months ago)

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Fri Aug  8 11:25:37 2014	(r45417)
+++ head/share/misc/docbook.css	Fri Aug  8 17:53:25 2014	(r45418)
@@ -117,7 +117,14 @@ body address {
 html body {
 	margin: 1em 8% 1em 10%;
 	line-height: 1.2;
-	font-family: sans-serif;
+}
+
+@media screen {
+	html body { font-family: sans-serif; }
+}
+
+@media print {
+	html body { font-family: serif; }
 }
 
 .legalnotice {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.