From b8a33eb1e075d10fbf06546b19034d4217f6bb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 10:29:15 +0200 Subject: [PATCH 1/5] Eagle eye --- less/carousel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/carousel.less b/less/carousel.less index c66745c0b4..59e4fadf7f 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -190,7 +190,7 @@ // Scale up controls for tablets and up -@media screen and (min-width: @screen-sm) { +@media screen and (min-width: @screen-sm-min) { // Scale up the controls a smidge .carousel-control { From e2e1c80d1a5f8949f699f2286c3a959353ed4913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 10:32:08 +0200 Subject: [PATCH 2/5] Another fixup --- less/grid.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/grid.less b/less/grid.less index a1ec1b2981..39f1049b64 100644 --- a/less/grid.less +++ b/less/grid.less @@ -114,7 +114,7 @@ // Note that `.col-sm-12` doesn't get floated on purpose--there's no need since // it's full-width. -@media (min-width: @screen-sm) { +@media (min-width: @screen-sm-min) { .container { width: @container-sm; } @@ -192,7 +192,7 @@ // Note that `.col-md-12` doesn't get floated on purpose--there's no need since // it's full-width. -@media (min-width: @screen-md) { +@media (min-width: @screen-md-min) { .container { width: @container-md; } From a0653ef018bd588d3c6bfb2468c9f3f6ad29fcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 10:33:30 +0200 Subject: [PATCH 3/5] Rumbo Jumbo --- less/jumbotron.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/jumbotron.less b/less/jumbotron.less index 53289fb2c9..3a2365f05e 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -24,7 +24,7 @@ border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container } - @media screen and (min-width: @screen-sm) { + @media screen and (min-width: @screen-sm-min) { padding-top: (@jumbotron-padding * 1.6); padding-bottom: (@jumbotron-padding * 1.6); From d9613268b00093d319a14be121c6bd608b02d176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 10:35:12 +0200 Subject: [PATCH 4/5] Again? --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modals.less b/less/modals.less index f886fb25ce..624ba1ea50 100644 --- a/less/modals.less +++ b/less/modals.less @@ -125,7 +125,7 @@ } // Scale up the modal -@media screen and (min-width: @screen-sm) { +@media screen and (min-width: @screen-sm-min) { .modal-dialog { left: 50%; From 50fcaba24f1836aea26bd928156ec9ab0740bff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 11 Sep 2013 10:38:42 +0200 Subject: [PATCH 5/5] The last --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/type.less b/less/type.less index 9a6656b63f..5ad6a4669e 100644 --- a/less/type.less +++ b/less/type.less @@ -15,7 +15,7 @@ p { font-weight: 200; line-height: 1.4; - @media (min-width: @screen-sm) { + @media (min-width: @screen-sm-min) { font-size: (@font-size-base * 1.5); } }