From: Chris Rebert Date: Thu, 15 Aug 2013 06:31:21 +0000 (-0700) Subject: fix inaccurate comment in media query docs X-Git-Tag: v3.0.0~81^2~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84d34b5f1ae6908c5a0b524c17b81103b831f35;p=thirdparty%2Fbootstrap.git fix inaccurate comment in media query docs --- 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) */