1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

container illustrations

This commit is contained in:
Mark Otto
2015-08-10 23:07:50 -07:00
parent 1624c5b594
commit 28bcf047c8
12 changed files with 182 additions and 9 deletions

View File

@@ -5981,6 +5981,66 @@ button.close {
white-space: nowrap;
}
.text-xs-left {
text-align: left;
}
.text-xs-right {
text-align: right;
}
.text-xs-center {
text-align: center;
}
@media (min-width: 34em) {
.text-sm-left {
text-align: left;
}
.text-sm-right {
text-align: right;
}
.text-sm-center {
text-align: center;
}
}
@media (min-width: 48em) {
.text-md-left {
text-align: left;
}
.text-md-right {
text-align: right;
}
.text-md-center {
text-align: center;
}
}
@media (min-width: 62em) {
.text-lg-left {
text-align: left;
}
.text-lg-right {
text-align: right;
}
.text-lg-center {
text-align: center;
}
}
@media (min-width: 75em) {
.text-xl-left {
text-align: left;
}
.text-xl-right {
text-align: right;
}
.text-xl-center {
text-align: center;
}
}
.text-lowercase {
text-transform: lowercase;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long