Removing keyword and prefix phone: should always be tiny. Replacing in a comment in MQ about small medium/m by small/s

This commit is contained in:
PhilippeVay 2014-01-25 10:07:27 +01:00
parent 549e41855a
commit 37150f2ec0

View File

@ -68,7 +68,7 @@
float: none; float: none;
} }
/* layouts for medium (m) screens */ /* layouts for small (s) screens */
.small-hidden { display: none !important; } .small-hidden { display: none !important; }
.small-visible { display: block !important; } .small-visible { display: block !important; }
.small-no-float {float: none; } .small-no-float {float: none; }
@ -142,8 +142,7 @@
} }
/* layouts for tiny (t) screens */ /* layouts for tiny (t) screens */
.tiny-hidden, .tiny-hidden { display: none !important; }
.phone-hidden { display: none !important; }
.tiny-visible { display: block !important; } .tiny-visible { display: block !important; }
.tiny-no-float {float: none;} .tiny-no-float {float: none;}
.tiny-inbl { .tiny-inbl {