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:
authorJacob Rask <jacob@jacobrask.net>2012-02-20 00:49:17 +0400
committerJacob Rask <jacob@jacobrask.net>2012-02-20 00:49:17 +0400
commit82457603b65b177e70793eebbcf5a9c23873a770 (patch)
tree10c5f01f071fe2420a96a27f20a3ef68fcb9bb0d /docs/assets/css/bootstrap-responsive.css
parentac6e667ad9ae57c5caa977fd6593a2299887737a (diff)
Separate span12 and container classes
If you have less than 12 columns, container is too wide. Instead generate container width using the @gridColumns variable. Also remove duplicate container width property.
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 906485e6d7..9dd71c62d5 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -161,7 +161,10 @@
.span11 {
width: 662px;
}
- .span12, .container {
+ .span12 {
+ width: 724px;
+ }
+ .container {
width: 724px;
}
.offset1 {
@@ -447,7 +450,10 @@
.span11 {
width: 1070px;
}
- .span12, .container {
+ .span12 {
+ width: 1170px;
+ }
+ .container {
width: 1170px;
}
.offset1 {