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 */ /* layouts for large (l) screens */
.large-hidden, .large-hidden,
.tablet-hidden { display: none !important; }
.large-visible { display: block !important; } .large-visible { display: block !important; }
.large-no-float {float: none; } .large-no-float {float: none; }
.large-inbl { .large-inbl {
@ -58,7 +57,7 @@
@media (max-width: @smallscreen) { @media (max-width: @smallscreen) {
/* quick tablet reset */ /* quick reset in small resolution and less */
.w600p, .w600p,
.w700p, .w700p,
.w800p, .w800p,
@ -70,8 +69,7 @@
} }
/* layouts for medium (m) screens */ /* layouts for medium (m) screens */
.small-hidden, .small-hidden { display: none !important; }
.tablet-hidden { display: none !important; }
.small-visible { display: block !important; } .small-visible { display: block !important; }
.small-no-float {float: none; } .small-no-float {float: none; }
.small-inbl { .small-inbl {