9 lines
79 B
CSS
9 lines
79 B
CSS
ul{
|
|
padding: 0;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
}
|
|
.form {
|
|
display: none;
|
|
} |