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 <markdotto@gmail.com>2012-01-28 12:39:22 +0400
committerMark Otto <markdotto@gmail.com>2012-01-28 12:39:22 +0400
commit967030cb532c642f076d1e1fc4e5a1e2cee18561 (patch)
tree38e2d5adad4f5ed11d80e887567c8a68a46c0f05 /docs/assets/css/bootstrap-responsive.css
parent18d95a163b23296b7c2242a98aa1f66b3bd22a7a (diff)
modal refinements in docs and general responsiveness
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 3936d8c203..e48a234f9f 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -24,9 +24,9 @@
}
.modal {
position: absolute;
- top: 20px;
- left: 20px;
- right: 20px;
+ top: 10px;
+ left: 10px;
+ right: 10px;
width: auto;
margin: 0;
}
@@ -35,6 +35,7 @@
}
.modal-header .close {
padding: 10px;
+ margin: -10px;
}
}
@media (max-width: 768px) {