.no-list {
|
|
list-style: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
}
|