Removing keyword and prefix tablet: should always be small

This commit is contained in:
PhilippeVay 2014-01-24 23:59:21 +01:00
parent 44ed351664
commit 549e41855a

View File

@ -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 {