diff options
| author | Mark Otto <[email protected]> | 2012-01-07 01:03:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 01:03:26 -0800 |
| commit | d6a1402f2af5111e11a87a6029b642dc0b814854 (patch) | |
| tree | e00d943ecc552656c43fd240a3e3b3a792be37ed /docs/base-css.html | |
| parent | bcf1136f2c8236cd3fa28eac7e57a9a3fc17d104 (diff) | |
| download | bootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.tar.xz bootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.zip | |
update form shadows and tweak prettyprint styles
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index b8a6a2f8d..5ae1790f7 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1009,8 +1009,9 @@ <hr> <h3>Form validation</h3> <p>It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding <code>.control-group</code>.</p> -<pre class="prettyprint"> -<fieldset class="control-group error"> +<pre class="prettyprint linenums"> +<fieldset + class="control-group error"> ... </fieldset> </pre> |
