mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
27 lines
456 B
CSS
27 lines
456 B
CSS
/* Additional header level used by pandoc */
|
|
p.heading {
|
|
font-size: .67em;
|
|
margin: 2em 0;
|
|
font-weight: bolder;
|
|
}
|
|
@media print {
|
|
p.heading {
|
|
page-break-after: avoid;
|
|
}
|
|
}
|
|
|
|
table, tr, td, th, thead {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.headerlink {
|
|
display: none;
|
|
}
|
|
|
|
@media not screen {
|
|
nav {
|
|
/* Override changes made by JS to HTMLElement */
|
|
max-height: none !important;
|
|
}
|
|
}
|