diff --git a/less/_06-rwd.less b/less/_06-rwd.less index 804c4f2..ccb8abb 100644 --- a/less/_06-rwd.less +++ b/less/_06-rwd.less @@ -18,7 +18,6 @@ /* layouts for large (l) screens */ .large-hidden, - .tablet-hidden { display: none !important; } .large-visible { display: block !important; } .large-no-float {float: none; } .large-inbl { @@ -58,7 +57,7 @@ @media (max-width: @smallscreen) { - /* quick tablet reset */ + /* quick reset in small resolution and less */ .w600p, .w700p, .w800p, @@ -70,8 +69,7 @@ } /* layouts for medium (m) screens */ - .small-hidden, - .tablet-hidden { display: none !important; } + .small-hidden { display: none !important; } .small-visible { display: block !important; } .small-no-float {float: none; } .small-inbl {