File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Style sheet for the CSS2 specification
3- * $Id: default.css,v 2.14 1998-03-24 16:16:22 bbos Exp $
3+ * $Id: default.css,v 2.15 1998-05-13 11:01:30 bbos Exp $
44 */
55
66BODY {
2121 text-align : center;
2222}
2323
24+ @media print {
25+ P {
26+ margin-top : 0 ;
27+ margin-bottom : 0 ;
28+ text-indent : 1em ;
29+ }
30+ }
31+
2432PRE {
2533 font-family : monospace;
2634 margin-left : 1em ;
@@ -158,3 +166,15 @@ SUP {
158166 vertical-align : super;
159167 font-size : 80%
160168}
169+
170+ @media print {
171+ /* the following doesn't work for now,
172+ instead we rely on a patched version of html2ps which has this built-in */
173+ .dlink { display : none }
174+
175+ /* the following doesn't work for now,
176+ instead we rely on a patched version of html2ps which has this built-in */
177+ DIV .navbar {
178+ display : none;
179+ }
180+ }
You can’t perform that action at this time.
0 commit comments