diff options
| author | Mark Otto <[email protected]> | 2013-08-14 23:53:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 23:53:21 -0700 |
| commit | 7f4e05fcce54f7d9aae64c95ecde9316345584a4 (patch) | |
| tree | 77b8999bb7d1ea2076403657eb548f4ce01976b9 | |
| parent | f058a6a3ea6196af859303ff4611fd9807842f7d (diff) | |
| parent | c84d34b5f1ae6908c5a0b524c17b81103b831f35 (diff) | |
| download | bootstrap-7f4e05fcce54f7d9aae64c95ecde9316345584a4.tar.xz bootstrap-7f4e05fcce54f7d9aae64c95ecde9316345584a4.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -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) */ |
