mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02: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;
|
||||
}
|
||||
|
||||
|
@@ -276,11 +276,27 @@
|
||||
<input type="text" class="span3" placeholder="60px">
|
||||
<label>@gridGutterWidth</label>
|
||||
<input type="text" class="span3" placeholder="20px">
|
||||
<label>@gridColumnWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="70px">
|
||||
<label>@gridGutterWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="30px">
|
||||
<label>@gridColumnWidth768</label>
|
||||
<input type="text" class="span3" placeholder="42px">
|
||||
<label>@gridGutterWidth768</label>
|
||||
<input type="text" class="span3" placeholder="20px">
|
||||
<h3>Fluid grid system</h3>
|
||||
<label>@fluidGridColumnWidth</label>
|
||||
<input type="text" class="span3" placeholder="6.382978723%">
|
||||
<label>@fluidGridGutterWidth</label>
|
||||
<input type="text" class="span3" placeholder="2.127659574%">
|
||||
<label>@fluidGridColumnWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="5.982905983%">
|
||||
<label>@fluidGridGutterWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="2.564102564%">
|
||||
<label>@fluidGridColumnWidth768</label>
|
||||
<input type="text" class="span3" placeholder="5.801104972%">
|
||||
<label>@fluidGridGutterWidth768</label>
|
||||
<input type="text" class="span3" placeholder="2.762430939%">
|
||||
|
||||
<h3>Typography</h3>
|
||||
<label>@sansFontFamily</label>
|
||||
|
16
docs/templates/pages/download.mustache
vendored
16
docs/templates/pages/download.mustache
vendored
@@ -199,11 +199,27 @@
|
||||
<input type="text" class="span3" placeholder="60px">
|
||||
<label>@gridGutterWidth</label>
|
||||
<input type="text" class="span3" placeholder="20px">
|
||||
<label>@gridColumnWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="70px">
|
||||
<label>@gridGutterWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="30px">
|
||||
<label>@gridColumnWidth768</label>
|
||||
<input type="text" class="span3" placeholder="42px">
|
||||
<label>@gridGutterWidth768</label>
|
||||
<input type="text" class="span3" placeholder="20px">
|
||||
<h3>{{_i}}Fluid grid system{{/i}}</h3>
|
||||
<label>@fluidGridColumnWidth</label>
|
||||
<input type="text" class="span3" placeholder="6.382978723%">
|
||||
<label>@fluidGridGutterWidth</label>
|
||||
<input type="text" class="span3" placeholder="2.127659574%">
|
||||
<label>@fluidGridColumnWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="5.982905983%">
|
||||
<label>@fluidGridGutterWidth1200</label>
|
||||
<input type="text" class="span3" placeholder="2.564102564%">
|
||||
<label>@fluidGridColumnWidth768</label>
|
||||
<input type="text" class="span3" placeholder="5.801104972%">
|
||||
<label>@fluidGridGutterWidth768</label>
|
||||
<input type="text" class="span3" placeholder="2.762430939%">
|
||||
|
||||
<h3>{{_i}}Typography{{/i}}</h3>
|
||||
<label>@sansFontFamily</label>
|
||||
|
Reference in New Issue
Block a user