aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--less/responsive.less4
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 7aee4471a..644dd58f7 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 d01791cc5..a4277a26f 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 18ec5fb42..525c1152f 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 cc3cceea7..50c776e2d 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>
diff --git a/less/responsive.less b/less/responsive.less
index c55af0236..5b85776e9 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -154,7 +154,7 @@
// PORTRAIT TABLET TO DEFAULT DESKTOP
// ----------------------------------
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
#gridSystem > .generate(12, 42px, 20px);
@@ -171,7 +171,7 @@
// TABLETS AND BELOW
// -----------------
-@media (max-width: 980px) {
+@media (max-width: 979px) {
// UNFIX THE TOPBAR
// ----------------