diff options
| author | Mark Otto <[email protected]> | 2016-10-18 20:03:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-18 20:03:42 -0700 |
| commit | 154373889085c501c1eedf8402d82ab35a7cd687 (patch) | |
| tree | ce2c6aac8cfb07a8ba822c91bae542bbd2525ed9 /dist/css/bootstrap-flex.css | |
| parent | 805ae2b46c180c37e2276317921f001d870e3750 (diff) | |
| download | bootstrap-154373889085c501c1eedf8402d82ab35a7cd687.tar.xz bootstrap-154373889085c501c1eedf8402d82ab35a7cd687.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap-flex.css')
| -rw-r--r-- | dist/css/bootstrap-flex.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/css/bootstrap-flex.css b/dist/css/bootstrap-flex.css index 30ab2c060..5d7151374 100644 --- a/dist/css/bootstrap-flex.css +++ b/dist/css/bootstrap-flex.css @@ -6033,6 +6033,30 @@ button.close { } } +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + .bg-faded { background-color: #f7f7f9; } |
