From 569f86051ee5cbaf6049e5a39b3fe939b7a16674 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 23 Nov 2015 18:51:32 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/css/bootstrap.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/dist/css/bootstrap.css') 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; } } -- cgit v1.2.3