1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

compensate for ie7 button padding with no borders, fix indentation

This commit is contained in:
Mark Otto
2012-08-14 15:44:25 -07:00
parent f933a41c7b
commit f3479a3953
5 changed files with 8 additions and 7 deletions

View File

@@ -1257,7 +1257,7 @@ For example, <code>section</code> should be wrapped as inline.
<span class="input-xlarge uneditable-input">Some value here</span>
</form>
<pre class="prettyprint linenums">
&lt;span class="input-xlarge uneditable-input"&gt;Some value here&lt;/span&gt;
&lt;span class="input-xlarge uneditable-input"&gt;Some value here&lt;/span&gt;
</pre>
<h3>Form actions</h3>