10 lines
103 B
CSS
10 lines
103 B
CSS
.quick1 ul li{
|
|
list-style:none;
|
|
float:left;
|
|
}
|
|
|
|
|
|
.quick1 ul li ul li{
|
|
list-style:none;
|
|
float:left;
|
|
} |