Comment out css code that slipped through by cut'n paste error. It may be useful...
[geeqie.git] / doc / style_print.css
1 body {
2         background: white;
3         font-size: 12pt;
4 }
5
6 div.navtop {
7         display: none;
8 }
9         
10 div.navbottom {
11         display: none;
12 }
13
14 a:link, a:visited {
15         color: #520;
16         background: transparent;
17         font-weight: bold;
18         text-decoration: underline;
19 }
20
21 a:link:after, a:visited:after {
22         content: " (" attr(href) ") ";
23         font-size: 90%;
24   }
25
26 /*
27 a[href^="/"]:after {
28         content: " (http://www.example.com" attr(href) ") ";
29 }
30 */