This commit is contained in:
Mark Otto 2015-12-07 09:24:54 -08:00
parent 3c4bf98af6
commit a78b835143
11 changed files with 33 additions and 9 deletions

View file

@ -5728,6 +5728,18 @@ button.close {
text-transform: capitalize !important;
}
.font-normal {
font-weight: normal;
}
.font-bold {
font-weight: bold;
}
.font-italic {
font-style: normal;
}
.text-muted {
color: #818a91;
}