diff options
| author | Mark Otto <[email protected]> | 2012-08-14 15:44:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 15:44:25 -0700 |
| commit | f3479a39537b7b10bf66846c11d500f3364af88a (patch) | |
| tree | aa9ca6343c8bac3c80372d6f153ab43366b5f9f5 /docs/base-css.html | |
| parent | f933a41c7bb71e58a4c151389748b92c8a204a27 (diff) | |
| download | bootstrap-f3479a39537b7b10bf66846c11d500f3364af88a.tar.xz bootstrap-f3479a39537b7b10bf66846c11d500f3364af88a.zip | |
compensate for ie7 button padding with no borders, fix indentation
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index cd550adc3..56f6bde95 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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"> - <span class="input-xlarge uneditable-input">Some value here</span> +<span class="input-xlarge uneditable-input">Some value here</span> </pre> <h3>Form actions</h3> |
