diff options
| author | Mark Otto <[email protected]> | 2012-02-11 00:16:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 00:16:13 -0800 |
| commit | 60ee76853726f9711a41a865169d66cf136e5f71 (patch) | |
| tree | 9cedc9710a1ddce83249ceeb109c59736de4d222 /docs | |
| parent | efac5441d83079653dabcdd4879102ec8ccb72be (diff) | |
| download | bootstrap-60ee76853726f9711a41a865169d66cf136e5f71.tar.xz bootstrap-60ee76853726f9711a41a865169d66cf136e5f71.zip | |
fix type on responsive grid per #1852
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52641 -> 52641 bytes | |||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 8f614f14d..e8ca60a6d 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index d58c0e15b..6ed5857ff 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -339,7 +339,7 @@ <tr> <td>Landscape tablets</td> <td>768px to 980px</td> - <td>44px</td> + <td>42px</td> <td>20px</td> </tr> <tr> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index c14930c52..46437782b 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -263,7 +263,7 @@ <tr> <td>{{_i}}Landscape tablets{{/i}}</td> <td>768px to 980px</td> - <td>44px</td> + <td>42px</td> <td>20px</td> </tr> <tr> |
