From e80a048f3c301950f1b2c90401c6e6ee2c64b224 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 26 May 2016 18:39:18 +0000 Subject: [PATCH] spelling: mobile --- dist/components/card.css | 2 +- dist/components/grid.css | 2 +- dist/components/item.css | 2 +- dist/semantic.css | 6 +++--- src/definitions/collections/grid.less | 2 +- src/definitions/views/card.less | 2 +- src/definitions/views/item.less | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/components/card.css b/dist/components/card.css index b2cb2f753..7323b35e5 100755 --- a/dist/components/card.css +++ b/dist/components/card.css @@ -765,7 +765,7 @@ a.ui.card:hover, --------------------*/ -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.two.doubling.cards { margin-left: 0em; diff --git a/dist/components/grid.css b/dist/components/grid.css index 9d4298cad..989a309e6 100755 --- a/dist/components/grid.css +++ b/dist/components/grid.css @@ -1727,7 +1727,7 @@ } } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.grid > .doubling.row, .ui.doubling.grid > .row { diff --git a/dist/components/item.css b/dist/components/item.css index 732f8937f..670124ed9 100755 --- a/dist/components/item.css +++ b/dist/components/item.css @@ -355,7 +355,7 @@ } } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.items > .item { -webkit-box-orient: vertical; diff --git a/dist/semantic.css b/dist/semantic.css index f6dbd6638..4fd1c95dd 100755 --- a/dist/semantic.css +++ b/dist/semantic.css @@ -20339,7 +20339,7 @@ ol.ui.horizontal.list li:before, } } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.grid > .doubling.row, @@ -25891,7 +25891,7 @@ a.ui.card:hover, Doubling --------------------*/ -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.two.doubling.cards { @@ -27108,7 +27108,7 @@ a.ui.card:hover, } } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: 767px) { .ui.items > .item { diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index 4eaebe25d..607f47301 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1622,7 +1622,7 @@ } } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: @largestMobileScreen) { .ui.grid > .doubling.row, .ui.doubling.grid > .row { diff --git a/src/definitions/views/card.less b/src/definitions/views/card.less index d2af801f8..145f5cb32 100755 --- a/src/definitions/views/card.less +++ b/src/definitions/views/card.less @@ -858,7 +858,7 @@ a.ui.card:hover, Doubling --------------------*/ -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width : @largestMobileScreen) { .ui.two.doubling.cards { margin-left: @oneCardOffset; diff --git a/src/definitions/views/item.less b/src/definitions/views/item.less index 978514a2c..0b376f35b 100755 --- a/src/definitions/views/item.less +++ b/src/definitions/views/item.less @@ -352,7 +352,7 @@ } -/* Mobily Only */ +/* Mobile Only */ @media only screen and (max-width: @largestMobileScreen) { .ui.items > .item { flex-direction: column;