Spaces:
Configuration error
Configuration error
File size: 443 Bytes
7171c5f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
.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: "" !important;
}
}
|