mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 00:53:53 +01:00
21 lines
226 B
CSS
21 lines
226 B
CSS
.list-unstyled {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-unstyled li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.list-inline li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.small {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.muted {
|
|
color: rgb(var(--gray-12));
|
|
}
|