2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

text transformation added

Transform text in components with text capitalization classes.
This commit is contained in:
Konstantin Kulinicenko
2014-05-24 15:33:15 +02:00
parent 676fda9c8f
commit 585f4787f7
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -97,6 +97,11 @@ mark,
.text-center { text-align: center; }
.text-justify { text-align: justify; }
// Transformation
.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
// Contextual colors
.text-muted {
color: @text-muted;