Reindent css and convert from DOS format to unix format.
[treecutter.git] / style / awesomesauce / print.css
1 body {
2     color : #000000;
3     background : #ffffff;
4     font-family : "Times New Roman", Times, serif;
5     font-size : 12pt;
6 }
7
8 a {
9     text-decoration : underline;
10     color : #0000ff;
11 }
12
13 a:link:after, a:visited:after {
14     content: " (" attr(href) ") ";
15     font-size: 70%;
16 }
17
18 nav, sidebar, footer, header, aside {
19     display : none;
20 }