nginx-confgen 2.2 + minor ncdu page updates

This commit is contained in:
Yorhel 2024-10-22 13:50:33 +02:00
parent b3c9c7407c
commit 68bf70e0eb
15 changed files with 56 additions and 21 deletions

View file

@ -1,7 +1,7 @@
* { margin: 0; padding: 0; box-sizing: border-box; font: 13px 'Georgia', 'Verdana',serif; color: #222; line-height: 1.5em }
header li a, h1, h2, h3, h4, h5 { font-family: sans-serif }
html, body { background: #ccc; text-align: center; height: 100% }
html, body { background: #ccc; text-align: center; height: 100%; }
#body { text-align: left; width: 802px; margin: 0 auto; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; min-height: 100%; display: flex; flex-flow: row wrap; align-items: flex-start }
main, header { margin-top: 30px }
header { flex: initial; width: 131px; border-right: 1px dashed #aaa; padding: 20px 10px; background: #fff }
@ -11,7 +11,7 @@ footer { flex: initial; width: 100%; margin: 0; border-top: 1px dashed #aaa; hei
#menu, #body > label { display: none }
footer p { position: relative; top: -10px; padding: 0; background: #fff; display: inline; color: #aaa }
header li a { font-size: 14px }
header li a, header li em { font-size: 14px }
header h1 { font-weight: bold; text-align: center; font-size: 15px; margin-bottom: 20px }
header li { margin: 0 0 15px 10px; list-style-type: none }
header li a { text-decoration: none; display: block; width: 100%; border-bottom: 1px solid #fff }