mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-28 09:38:50 +01:00
13 lines
158 B
CSS
13 lines
158 B
CSS
.u-list-unstyled {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.u-list-unstyled li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.u-list-inline li {
|
|
display: inline-block;
|
|
}
|