mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-11 06:25:04 -05:00
create vars for responsive grid values, fixed and fluid, and document them in the customizer
This commit is contained in:
8
docs/assets/css/bootstrap-responsive.css
vendored
8
docs/assets/css/bootstrap-responsive.css
vendored
@@ -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 {
|
||||
|
||||
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -194,7 +194,9 @@ a:hover {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.container {
|
||||
.container,
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user