From 154373889085c501c1eedf8402d82ab35a7cd687 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Oct 2016 20:03:42 -0700 Subject: grunt --- docs/dist/css/bootstrap-flex.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/dist/css/bootstrap-flex.css') diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 30ab2c060..5d7151374 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/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; } -- cgit v1.2.3