From c84d34b5f1ae6908c5a0b524c17b81103b831f35 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 14 Aug 2013 23:31:21 -0700 Subject: [PATCH] fix inaccurate comment in media query docs --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index a2cfd5f74a..3379fabf80 100644 --- a/css.html +++ b/css.html @@ -96,7 +96,7 @@ base_url: "../" /* Small devices (tablets, 768px and up) */ @media (min-width: @screen-tablet) { ... } -/* Medium devices (tablets, 992px and up) */ +/* Medium devices (desktops, 992px and up) */ @media (min-width: @screen-desktop) { ... } /* Large devices (large desktops, 1200px and up) */