css improvements

This commit is contained in:
2022-04-25 12:18:10 +02:00
parent 20a81a7f60
commit 0ee1a7214f
4 changed files with 22 additions and 8 deletions

View File

@@ -132,6 +132,14 @@ td, th{
text-align: center;
}
#archive fieldset{
text-align: center;
}
#archive fieldset a{
display: initial;
}
#archive td, #archive th{
text-align: left;
}
@@ -141,7 +149,7 @@ pre {
margin-left: 10px;
}
#archive a{
#archive table a{
background: none;
border: none;
text-decoration: underline;