diff options
| author | Bobby <[email protected]> | 2022-12-28 09:16:49 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-28 09:16:49 -0500 |
| commit | ff1278225a3931432c5d2559ef25116134ea1cf8 (patch) | |
| tree | c4f85f3ea7d97cb51993ccb3f008372d3ef10c35 /static/css | |
| parent | 0173cde15dc587acb7c6014f19ff06381d0b72ca (diff) | |
| download | thatcomputerscientist-ff1278225a3931432c5d2559ef25116134ea1cf8.tar.xz thatcomputerscientist-ff1278225a3931432c5d2559ef25116134ea1cf8.zip | |
Register form fixed many times till now. This is another attempt
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index f4e00aaa..5bc242c8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -74,7 +74,7 @@ input { margin-top: 20px; } -.error { +.error, .errorlist { color: #fa3737; } @@ -139,6 +139,11 @@ input { padding: 0px; } +#register_form ul { + padding: 0px; + list-style-type: none; +} + #navigation-area li, #archives-area li, #categories-area li, #admin-area li, #announcements li { display: block; margin: 0px; |
