create vars for responsive grid values, fixed and fluid, and document them in the customizer

This commit is contained in:
Mark Otto
2012-06-20 23:46:51 -07:00
parent 59153205b3
commit 160fe7ca59
8 changed files with 71 additions and 13 deletions

View File

@@ -215,7 +215,9 @@
float: left;
margin-left: 20px;
}
.container {
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 724px;
}
.span12 {
@@ -545,7 +547,9 @@
float: left;
margin-left: 30px;
}
.container {
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1170px;
}
.span12 {

View File

@@ -194,7 +194,9 @@ a:hover {
margin-left: 20px;
}
.container {
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}