Remove problems from code inspection.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user