From 10586bf040655919260344695aeeb9e7977ed70c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Mar 2014 08:01:21 +0200 Subject: Run `grunt`. --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e745d17c3..d4cc55cfc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,7 +4,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -- cgit v1.2.3 From 4c2626fecb60f7f31f248ac10597294f2cd2471b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 3 Apr 2014 10:53:20 +0300 Subject: Run `grunt`. --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d4cc55cfc..525951470 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5399,7 +5399,7 @@ button.close { } .tooltip { position: absolute; - z-index: 1030; + z-index: 1070; display: block; font-size: 12px; line-height: 1.4; @@ -5499,7 +5499,7 @@ button.close { position: absolute; top: 0; left: 0; - z-index: 1010; + z-index: 1060; display: none; max-width: 276px; padding: 1px; -- cgit v1.2.3 From bfb99413eefbbe2e8fbb1e477cbfa63ea7d36140 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 6 Apr 2014 20:49:22 -0700 Subject: grunt dist --- dist/css/bootstrap.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 525951470..847b1ed40 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5717,17 +5717,18 @@ button.close { .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; + margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; + margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; - margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { @@ -5788,9 +5789,16 @@ button.close { width: 30px; height: 30px; margin-top: -15px; - margin-left: -15px; font-size: 30px; } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -15px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -15px; + } .carousel-caption { right: 20%; left: 20%; -- cgit v1.2.3