diff options
| author | XhmikosR <[email protected]> | 2015-10-27 07:31:49 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-27 07:31:49 +0200 |
| commit | 9dfb999fae471265f09fb2004ba0eed0e6b187d4 (patch) | |
| tree | 0991641068b64e4d8385d8f5627b0331a9110f5c /docs/dist/css/bootstrap.css | |
| parent | ee92e6d44d494c8bd317b401b10a1731d49fc456 (diff) | |
| download | bootstrap-9dfb999fae471265f09fb2004ba0eed0e6b187d4.tar.xz bootstrap-9dfb999fae471265f09fb2004ba0eed0e6b187d4.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 2557ffe3d..f1e332248 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5743,23 +5743,23 @@ button.close { } .text-left { - text-align: left; + text-align: left !important; } .text-right { - text-align: right; + text-align: right !important; } .text-center { - text-align: center; + text-align: center !important; } .text-justify { - text-align: justify; + text-align: justify !important; } .text-nowrap { - white-space: nowrap; + white-space: nowrap !important; } .text-truncate { |
