Remove problems from code inspection.

This commit is contained in:
2023-12-28 13:51:36 +01:00
parent b70cedac3b
commit 679257d709
41 changed files with 131 additions and 153 deletions

View File

@@ -42,8 +42,8 @@ form br {
}
#header ul {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
@@ -68,7 +68,7 @@ form br {
position: relative;
width: 160px;
height: 600px;
left: 0px;
left: 0;
float: left;
background-color: #ccc;
}
@@ -76,8 +76,8 @@ form br {
#links ul {
font-size: 14px;
text-align: center;
margin: 20px 0px;
padding: 0px;
margin: 20px 0;
padding: 0;
list-style-type: none;
}