nightTab/css/utilities.css
2019-01-24 20:28:11 +00:00

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));
}