This commit is contained in:
Mark Otto 2015-12-07 09:24:54 -08:00
parent 3c4bf98af6
commit a78b835143
11 changed files with 28 additions and 4 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;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

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

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.