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
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-28 07:32:42 +0400
committerMark Otto <markotto@twitter.com>2012-08-28 07:32:42 +0400
commit17d8c78e520c3207765d4c077336a589cf64a698 (patch)
tree1a1ea5b32a1f6e54bbe9b4f91f78ce92c7906afe
parent303a33f15c9cc61fe7fa0e8c998d79c8105f0f5f (diff)
fix docs horizontal scroll on tablet viewports
-rw-r--r--docs/assets/css/docs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index d52d6cd1c4..6793225624 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -887,7 +887,7 @@ form.bs-docs-example {
/* Tablet
------------------------- */
-@media (max-width: 768px) {
+@media (max-width: 767px) {
/* Remove any padding from the body */
body {
padding-top: 0;