Get rid of some tabs.
[muse-el.git] / examples / mwolson / stylesheets / print.css
blobf234cab082635b4bb012301d53007761b6983099
1 /* Michael Olson's tweaked Muse stylesheet
3 Elements used when printing.
5 License: Modification and propagation of this document is
6 permitted. Attribution of credit to me is optional.
7 */
9 html {
10 font-family: Times, serif;
11 font-size: 12pt;
14 body {
15 margin-left: 1.5cm;
16 margin-right: 1.5cm;
17 margin-top: 1.5cm;
18 margin-bottom: 1.5cm;
21 .menu, .menuitem, .navfoot, #tooltip, #tooltipbox {
22 display: none;
25 a, a:visited, a.nonexistent, a.badinterwiki {
26 color: black;
27 text-decoration: none;
30 a:hover {
31 text-decoration: underline;
34 dd {
35 line-height: 2em;
38 h1 {
39 border-right: 0;
42 h2 {
43 border-right: 0;
46 h3 {
47 border-right: 0;
50 h4 {
51 border-right: 0;
54 img {
55 display: none;
58 p {
59 line-height: 2em;