1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00
Radicale/assets/all.css

28 lines
456 B
CSS
Raw Normal View History

/* 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;
}
2022-09-15 01:12:41 +02:00
.headerlink {
display: none;
}
@media not screen {
nav {
/* Override changes made by JS to HTMLElement */
max-height: none !important;
}
}