diff options
| author | Chris Rebert <[email protected]> | 2013-08-14 23:31:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-14 23:31:21 -0700 |
| commit | c84d34b5f1ae6908c5a0b524c17b81103b831f35 (patch) | |
| tree | 1b9f1320c85d73b75b8ed47d09c1e5ee0d5d34d1 /css.html | |
| parent | 6e26f846cdb96060afb0530f1d34fdfc2a11f83d (diff) | |
| download | bootstrap-c84d34b5f1ae6908c5a0b524c17b81103b831f35.tar.xz bootstrap-c84d34b5f1ae6908c5a0b524c17b81103b831f35.zip | |
fix inaccurate comment in media query docs
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |
