Skip to content

Commit

Permalink
Shrink the font size for print version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Jun 23, 2014
1 parent d97de7e commit c30aecb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,27 @@ ul.checklist {

/* Printing */
@media print {
h1 {
font-size: 16pt;
line-height: 18pt;
}

h2,h3,h4,h5,h6 {
font-size: 12pt;
line-height: 13pt;
}

p,ul,ol,li,pre,code {
font-size: 8pt;
line-height: 9pt;
}

code {
padding: 0px;
border: 0px;
background: none;
}

#github-ribbon {
display: none;
}
Expand Down

0 comments on commit c30aecb

Please sign in to comment.