1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00
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;
}