nightTab/css/utilities.css

21 lines
226 B
CSS
Raw Normal View History

.list-unstyled {
padding-left: 0;
margin-bottom: 0;
2018-12-26 08:45:53 +01:00
}
.list-unstyled li {
list-style-type: none;
2018-12-26 08:45:53 +01:00
}
.list-inline li {
display: inline-block;
2018-12-26 08:45:53 +01:00
}
.small {
font-size: 0.8em;
}
.muted {
color: rgb(var(--gray-12));
}