From 3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 24 Nov 2015 18:28:55 -0500 Subject: update bootstrap to 3.3.6 --- bower_components/bootstrap/less/bootstrap.less | 2 +- bower_components/bootstrap/less/button-groups.less | 4 ++-- bower_components/bootstrap/less/carousel.less | 13 +++++++------ bower_components/bootstrap/less/forms.less | 12 +++++++++--- bower_components/bootstrap/less/glyphicons.less | 4 ++-- bower_components/bootstrap/less/input-groups.less | 10 +++++++--- bower_components/bootstrap/less/jumbotron.less | 2 ++ bower_components/bootstrap/less/mixins/buttons.less | 5 +---- bower_components/bootstrap/less/mixins/grid.less | 4 ++-- bower_components/bootstrap/less/mixins/hide-text.less | 2 +- bower_components/bootstrap/less/mixins/vendor-prefixes.less | 4 ++-- bower_components/bootstrap/less/modals.less | 2 +- bower_components/bootstrap/less/pagination.less | 4 ++-- bower_components/bootstrap/less/theme.less | 2 +- bower_components/bootstrap/less/type.less | 2 +- bower_components/bootstrap/less/variables.less | 2 ++ 16 files changed, 43 insertions(+), 31 deletions(-) (limited to 'bower_components/bootstrap/less') diff --git a/bower_components/bootstrap/less/bootstrap.less b/bower_components/bootstrap/less/bootstrap.less index 4b9916e6..1c047780 100644 --- a/bower_components/bootstrap/less/bootstrap.less +++ b/bower_components/bootstrap/less/bootstrap.less @@ -1,5 +1,5 @@ /*! - * Bootstrap v3.3.5 (http://getbootstrap.com) + * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/bower_components/bootstrap/less/button-groups.less b/bower_components/bootstrap/less/button-groups.less index 6a0c5a86..293245a6 100644 --- a/bower_components/bootstrap/less/button-groups.less +++ b/bower_components/bootstrap/less/button-groups.less @@ -173,12 +173,12 @@ border-radius: 0; } &:first-child:not(:last-child) { - border-top-right-radius: @btn-border-radius-base; + .border-top-radius(@btn-border-radius-base); .border-bottom-radius(0); } &:last-child:not(:first-child) { - border-bottom-left-radius: @btn-border-radius-base; .border-top-radius(0); + .border-bottom-radius(@btn-border-radius-base); } } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { diff --git a/bower_components/bootstrap/less/carousel.less b/bower_components/bootstrap/less/carousel.less index 87ed6961..252011e9 100644 --- a/bower_components/bootstrap/less/carousel.less +++ b/bower_components/bootstrap/less/carousel.less @@ -101,6 +101,7 @@ color: @carousel-control-color; text-align: center; text-shadow: @carousel-text-shadow; + background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug // We can't have this transition here because WebKit cancels the carousel // animation if you trip this while in the middle of another animation. @@ -240,18 +241,18 @@ .glyphicon-chevron-right, .icon-prev, .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; + width: (@carousel-control-font-size * 1.5); + height: (@carousel-control-font-size * 1.5); + margin-top: (@carousel-control-font-size / -2); + font-size: (@carousel-control-font-size * 1.5); } .glyphicon-chevron-left, .icon-prev { - margin-left: -15px; + margin-left: (@carousel-control-font-size / -2); } .glyphicon-chevron-right, .icon-next { - margin-right: -15px; + margin-right: (@carousel-control-font-size / -2); } } diff --git a/bower_components/bootstrap/less/forms.less b/bower_components/bootstrap/less/forms.less index b064ede4..e8b071a1 100644 --- a/bower_components/bootstrap/less/forms.less +++ b/bower_components/bootstrap/less/forms.less @@ -132,6 +132,12 @@ output { // Placeholder .placeholder(); + // Unstyle the caret on `