From 37150f2ec028a73592ca7fda4b62cc960a5d003a Mon Sep 17 00:00:00 2001 From: PhilippeVay Date: Sat, 25 Jan 2014 10:07:27 +0100 Subject: [PATCH] Removing keyword and prefix phone: should always be tiny. Replacing in a comment in MQ about small medium/m by small/s --- less/_06-rwd.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/less/_06-rwd.less b/less/_06-rwd.less index ccb8abb..36f9717 100644 --- a/less/_06-rwd.less +++ b/less/_06-rwd.less @@ -68,7 +68,7 @@ float: none; } - /* layouts for medium (m) screens */ + /* layouts for small (s) screens */ .small-hidden { display: none !important; } .small-visible { display: block !important; } .small-no-float {float: none; } @@ -142,8 +142,7 @@ } /* layouts for tiny (t) screens */ - .tiny-hidden, - .phone-hidden { display: none !important; } + .tiny-hidden { display: none !important; } .tiny-visible { display: block !important; } .tiny-no-float {float: none;} .tiny-inbl {