aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-14 23:31:21 -0700
committerChris Rebert <[email protected]>2013-08-14 23:31:21 -0700
commitc84d34b5f1ae6908c5a0b524c17b81103b831f35 (patch)
tree1b9f1320c85d73b75b8ed47d09c1e5ee0d5d34d1 /css.html
parent6e26f846cdb96060afb0530f1d34fdfc2a11f83d (diff)
downloadbootstrap-c84d34b5f1ae6908c5a0b524c17b81103b831f35.tar.xz
bootstrap-c84d34b5f1ae6908c5a0b524c17b81103b831f35.zip
fix inaccurate comment in media query docs
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index a2cfd5f74..3379fabf8 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) */