mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-22 15:16:45 +02:00
13 lines
327 B
CSS
13 lines
327 B
CSS
|
|
afx-desktop > div.list-container > ul, afx-float-list > div.list-container > ul{
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
afx-desktop > div.list-container > ul li, afx-float-list > div.list-container > ul li{
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
list-style: none;
|
|
} |