mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix broken XHTML.
Fix a lot of invalid XHTML in the templates and actions. There might still be some legacy code left, but this should cover most of it. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
c34bebf428
commit
7f9e498e48
14 changed files with 170 additions and 154 deletions
|
@ -161,6 +161,9 @@ th.header {
|
|||
border-bottom: #666 1px solid;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
fieldset {
|
||||
border: none;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue