Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-17 09:08:52 +0400
committerMark Otto <markotto@twitter.com>2012-02-17 09:08:52 +0400
commit489276f5be328773e4e4dbd7d6d8e326d3135437 (patch)
treedabbc26a44f90647c6ba79c41910662697f4f279 /docs
parent0369c1fcfc22530171fdf6a1d6400767dc13f609 (diff)
fix responsive media queries to use 979 and 980 where appropro
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53191 -> 53195 bytes
-rw-r--r--docs/assets/css/bootstrap-responsive.css4
-rw-r--r--docs/scaffolding.html2
-rw-r--r--docs/templates/pages/scaffolding.mustache2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 7aee4471a1..644dd58f7a 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index d01791cc5c..a4277a26f0 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -102,7 +102,7 @@
margin: 0;
}
}
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1;
@@ -278,7 +278,7 @@
width: 714px;
}
}
-@media (max-width: 980px) {
+@media (max-width: 979px) {
body {
padding-top: 0;
}
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 18ec5fb422..525c1152fc 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -444,7 +444,7 @@
</tr>
<tr>
<td>Landscape tablets</td>
- <td>768px to 980px</td>
+ <td>768px to 979px</td>
<td>42px</td>
<td>20px</td>
</tr>
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index cc3cceea78..50c776e2de 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -368,7 +368,7 @@
</tr>
<tr>
<td>{{_i}}Landscape tablets{{/i}}</td>
- <td>768px to 980px</td>
+ <td>768px to 979px</td>
<td>42px</td>
<td>20px</td>
</tr>