mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fix wrong value in grid column width in download page
This commit is contained in:
Binary file not shown.
+1
-1
@@ -250,7 +250,7 @@
|
|||||||
<label>@gridColumns</label>
|
<label>@gridColumns</label>
|
||||||
<input type="text" class="span3" placeholder="12">
|
<input type="text" class="span3" placeholder="12">
|
||||||
<label>@gridColumnWidth</label>
|
<label>@gridColumnWidth</label>
|
||||||
<input type="text" class="span3" placeholder="40px">
|
<input type="text" class="span3" placeholder="60px">
|
||||||
<label>@gridGutterWidth</label>
|
<label>@gridGutterWidth</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
<h3>Fluid grid system</h3>
|
<h3>Fluid grid system</h3>
|
||||||
|
|||||||
+1
-1
@@ -174,7 +174,7 @@
|
|||||||
<label>@gridColumns</label>
|
<label>@gridColumns</label>
|
||||||
<input type="text" class="span3" placeholder="12">
|
<input type="text" class="span3" placeholder="12">
|
||||||
<label>@gridColumnWidth</label>
|
<label>@gridColumnWidth</label>
|
||||||
<input type="text" class="span3" placeholder="40px">
|
<input type="text" class="span3" placeholder="60px">
|
||||||
<label>@gridGutterWidth</label>
|
<label>@gridGutterWidth</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
<h3>{{_i}}Fluid grid system{{/i}}</h3>
|
<h3>{{_i}}Fluid grid system{{/i}}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user