From 9dfb999fae471265f09fb2004ba0eed0e6b187d4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 27 Oct 2015 07:31:49 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/css/bootstrap.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/dist/css/bootstrap.css') 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 { -- cgit v1.2.3