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 <otto@github.com>2013-03-15 08:45:31 +0400
committerMark Otto <otto@github.com>2013-03-15 08:45:31 +0400
commited7fe0e5ba55d71d075a23b205b227665d47fc4f (patch)
tree7f29beb28d12b7d12fc14e85ef7bf1ba886454a7 /docs
parent4247008e23b05a85d91c891b6cee9d2d09584a73 (diff)
unfuck misaligned main container
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css6
-rw-r--r--docs/assets/css/docs.css3
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c5121d7cbf..bdc1f56610 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -740,7 +740,7 @@ pre code {
@media screen and (min-width: 768px) {
.container {
- max-width: 728px;
+ max-width: 758px;
}
[class^="span"] {
float: left;
@@ -821,13 +821,13 @@ pre code {
@media screen and (min-width: 992px) {
.container {
- max-width: 940px;
+ max-width: 970px;
}
}
@media screen and (min-width: 1200px) {
.container {
- max-width: 1170px;
+ max-width: 1200px;
}
.row {
margin-right: -15px;
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 267518bd0c..287ae84ff1 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -15,8 +15,7 @@ body {
}
/* */
-.bs-docs-body > .container,
-.bs-docs-footer .container {
+.bs-docs-footer {
padding-left: 15px;
padding-right: 15px;
}