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 */
|
||||
.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 {
|
||||
|
|
Loading…
Reference in a new issue