aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-10 23:07:50 -0700
committerMark Otto <[email protected]>2015-08-10 23:07:50 -0700
commit28bcf047c80c933d5003695638bc63059545c0f6 (patch)
tree82a8fe1a948ca2aaa8f08c4645b7f87efe27e3c6 /docs/dist/css/bootstrap.css
parent1624c5b5942861c38ff17ff848fbecd9dcad6a7b (diff)
downloadbootstrap-28bcf047c80c933d5003695638bc63059545c0f6.tar.xz
bootstrap-28bcf047c80c933d5003695638bc63059545c0f6.zip
container illustrations
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index d7db88c1b..fd00b9463 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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;
}