mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 23:14:48 +00:00
fix type in less docs per #1902
This commit is contained in:
parent
02cb4df469
commit
a63663a3b6
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -123,7 +123,7 @@
|
|||
</div>
|
||||
<div class="span4">
|
||||
<h3>Operations</h3>
|
||||
<p>Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.</p>
|
||||
<p>Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
2
docs/templates/pages/less.mustache
vendored
2
docs/templates/pages/less.mustache
vendored
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<div class="span4">
|
||||
<h3>{{_i}}Operations{{/i}}</h3>
|
||||
<p>{{_i}}Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.{{/i}}</p>
|
||||
<p>{{_i}}Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.{{/i}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue