Skip to content

Commit

Permalink
Merge pull request #660 from ndw/print
Browse files Browse the repository at this point in the history
Attempt to make the printed spec a little nicer
  • Loading branch information
ndw committed Dec 4, 2018
2 parents 5afb9d0 + 4b8d1eb commit 7e3074a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/main/resources/css/print.css
@@ -0,0 +1,15 @@
html {
font-size: 16pt;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

body {
font-size: 16pt;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
line-height: 1.5em;
}

a, a:link, a:visited {
color: #00007F;
text-decoration: none;
}
2 changes: 1 addition & 1 deletion tools/xsl/dbspec.xsl
Expand Up @@ -398,8 +398,8 @@
</xsl:if>

<link rel="stylesheet" type="text/css" href="css/xproc.css"/>

<link rel="stylesheet" type="text/css" href="{$docbook.css}"/>
<link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
</xsl:template>

<xsl:template match="*" mode="m:head-content">
Expand Down

0 comments on commit 7e3074a

Please sign in to comment.