0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix .font-italic utility class definition

Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616
Refs #18001
This commit is contained in:
Chris Rebert 2015-12-06 17:37:55 -08:00
parent da87424a79
commit 28bbf42e26

View File

@ -72,11 +72,11 @@
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
// Weight
// Weight and italics
.font-normal { font-weight: normal; }
.font-bold { font-weight: bold; }
.font-italic { font-style: normal; }
.font-italic { font-style: italic; }
// Contextual colors