11 lines
129 B
CSS
11 lines
129 B
CSS
|
ul {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
|
||
|
ul li span {
|
||
|
float: left;
|
||
|
width: 120px;
|
||
|
margin-top: 6px;
|
||
|
}
|