]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix inaccurate comment in media query docs
authorChris Rebert <github@rebertia.com>
Thu, 15 Aug 2013 06:31:21 +0000 (23:31 -0700)
committerChris Rebert <github@rebertia.com>
Thu, 15 Aug 2013 06:31:21 +0000 (23:31 -0700)
css.html

index a2cfd5f74a4f50ae8d4e50c9b62817173cad614d..3379fabf80526d853be7065dd2c425e52fdcc37e 100644 (file)
--- 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) */