2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add text alignment utility classes

This commit is contained in:
Mark Otto
2013-01-09 18:56:08 -08:00
parent 3d04d9ba75
commit 91dd77939b
4 changed files with 42 additions and 0 deletions
+12
View File
@@ -510,6 +510,18 @@ a.text-success:hover {
color: #356635;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
h1,
h2,
h3,