diff options
| author | XhmikosR <[email protected]> | 2015-11-23 18:51:32 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-23 18:51:32 +0200 |
| commit | 569f86051ee5cbaf6049e5a39b3fe939b7a16674 (patch) | |
| tree | fc8f5a9bfacc269a26f31c0a3b8a683d6f2e8c11 /docs/dist/css/bootstrap.css | |
| parent | bc2d162fd15ca2127a13bfba9267c0b3f932296f (diff) | |
| download | bootstrap-569f86051ee5cbaf6049e5a39b3fe939b7a16674.tar.xz bootstrap-569f86051ee5cbaf6049e5a39b3fe939b7a16674.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 54e1849a3..8cb62f73a 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5597,62 +5597,62 @@ button.close { } .text-xs-left { - text-align: left; + text-align: left !important; } .text-xs-right { - text-align: right; + text-align: right !important; } .text-xs-center { - text-align: center; + text-align: center !important; } @media (min-width: 544px) { .text-sm-left { - text-align: left; + text-align: left !important; } .text-sm-right { - text-align: right; + text-align: right !important; } .text-sm-center { - text-align: center; + text-align: center !important; } } @media (min-width: 768px) { .text-md-left { - text-align: left; + text-align: left !important; } .text-md-right { - text-align: right; + text-align: right !important; } .text-md-center { - text-align: center; + text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { - text-align: left; + text-align: left !important; } .text-lg-right { - text-align: right; + text-align: right !important; } .text-lg-center { - text-align: center; + text-align: center !important; } } @media (min-width: 1200px) { .text-xl-left { - text-align: left; + text-align: left !important; } .text-xl-right { - text-align: right; + text-align: right !important; } .text-xl-center { - text-align: center; + text-align: center !important; } } |
