Spaces:
Configuration error
Configuration error
| .container { | |
| -moz-column-count: 2; | |
| -webkit-column-count: 2; | |
| column-count: 2; | |
| font-size: 0.8em; | |
| } | |
| .header { | |
| display: none; | |
| } | |
| h2 { | |
| font-size: 1.3em; | |
| margin: 0; | |
| } | |
| h3 { | |
| font-size: 1.2em; | |
| margin-top: 0; | |
| } | |
| .noprint { | |
| display: none; | |
| } | |
| body { | |
| padding: -2em 0 0 0; | |
| } | |
| /* Disable Bootstrap's link display. */ | |
| @media print { | |
| a:link:after, | |
| a:visited:after { | |
| content: "" ; | |
| } | |
| } | |