<p>Bootstrap's global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>1.428</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their computed line-height (10px by default).</p>
...
...
@@ -1794,7 +1828,7 @@ For example, <code><section></code> should be wrapped as inline.
<divclass="bs-example">
<formrole="form">
<inputclass="form-control"id="focusedInput"type="text"value="This is focused...">
</div>
</form>
</div>
{% highlight html %}
<inputclass="form-control"id="focusedInput"type="text"value="This is focused...">