X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=9b8cc75c95c774af9833b958f9d687303ff9413b;hb=fb2b12ba32dc26c47e6620f2155c6d63e7b592a6;hp=d038d5ba8e984500e635039e4f05f0eefaf1da69;hpb=4bb3dc49491553845dca3e41f5591c29edcdf07b;p=shellwiki diff --git a/themes/default.css b/themes/default.css index d038d5b..9b8cc75 100644 --- a/themes/default.css +++ b/themes/default.css @@ -6,6 +6,7 @@ body { min-height: 100%; padding-bottom: 6em; background-color: #EEE; + font-size: 12pt; } header, footer { @@ -20,8 +21,8 @@ footer { bottom: 0; } -header :last-child, -main :last-child { +header > :last-child, +main > :last-child { margin-bottom: 0; } @@ -75,11 +76,18 @@ main article, body.editor textarea { width: 100%; - min-height: 20em; + min-height: 20em; min-height: 70vh; + font-family: monospace; + font-size: inherit; } /* === Attachments === */ +.attachment.list button[name=delete] { + font-size: .75em; + line-height: 1.25em; + margin-right: 1.25em; +} .attachment.list .size, .attachment.list .date { font-size: .875em;