Merge massage scripts (for templating), prettify HTML

This commit is contained in:
Aarni Koskela
2022-10-10 12:31:20 +03:00
parent 335cf15064
commit aa060b10a4
8 changed files with 144 additions and 106 deletions

View File

@@ -1,10 +1,27 @@
body {
max-width: 650px;
margin: 40px auto;
padding: 0 10px;
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body.static-body {
max-width: 650px;
margin: 40px auto;
}
body.table-body {
font-size: 14px;
line-height: 1.3;
}
body.table-body table {
border-collapse: collapse;
}
body.table-body td, body.table-body th {
padding: 0.3em;
border: 1px solid #999;
}
h1, h2, h3 {
line-height: 1.2
}