Removing keyword and prefix tablet: should always be small
This commit is contained in:
parent
44ed351664
commit
549e41855a
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue