threaded HTTP server, rate limiting, remove slow-web rhetoric
This commit is contained in:
parent
63610145ee
commit
304f1eedf9
6 changed files with 59 additions and 19 deletions
|
|
@ -223,6 +223,21 @@
|
|||
background: #f5f5f5;
|
||||
}
|
||||
a.forum-action-inline { text-transform: none; font-size: 13px; padding: 2px 6px; border: none; }
|
||||
.section { margin: 1.5rem 0; }
|
||||
.section-title { font-weight: 600; margin-bottom: 0.3rem; }
|
||||
.section-desc { font-size: 0.85rem; color: #999; margin-bottom: 0.5rem; }
|
||||
.section ul { margin: 0.3rem 0; }
|
||||
.forum-form input, .forum-form textarea, .forum-form button { margin-bottom: 8px; }
|
||||
.forum-form small { display: block; margin-bottom: 6px; }
|
||||
.forum-form label { display: block; margin-bottom: 6px; }
|
||||
.forum-form + .forum-form { margin-top: 1rem; }
|
||||
.forum-form + .section-title { margin-top: 1rem; }
|
||||
.section-desc + .forum-form { margin-top: 0.8rem; }
|
||||
ul + .forum-form { margin-top: 1rem; }
|
||||
.checkbox-label { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
|
||||
.forum-status { font-size: 0.82rem; color: #999; margin: 0 0 0.8rem 0; }
|
||||
.forum-status span { margin-right: 1.2rem; }
|
||||
.forum-nav { margin: 1rem 0; }
|
||||
hr { border: none; border-top: 1px solid #eee; margin: 16px 0; }
|
||||
|
||||
small {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue