mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Rename default.css to all.css
This commit is contained in:
parent
dc9b43c907
commit
73bbc8e86d
2 changed files with 1 additions and 1 deletions
27
assets/all.css
Normal file
27
assets/all.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue