2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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.
This commit is contained in:
Jacob Rask
2012-02-19 21:49:17 +01:00
parent ac6e667ad9
commit 82457603b6
4 changed files with 14 additions and 7 deletions
+8 -2
View File
@@ -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 {