Initial commit

This commit is contained in:
2025-08-08 22:13:35 -03:00
commit fabcc296ff
12 changed files with 964 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.wrap h1 {
margin-bottom: 20px;
}
.form-table th {
width: 200px;
}
.form-table input.regular-text {
width: 100%;
max-width: 400px;
}
.notice {
margin: 5px 0 15px;
}