diff options
| author | Mark Otto <[email protected]> | 2012-08-01 19:25:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 19:25:50 -0700 |
| commit | 3c742fc08bd1714bf9145cebac8e7f653e83c05d (patch) | |
| tree | dc286e17e5afb8a5ca49c877f34c7ece7013f624 | |
| parent | 72323051c31810138fdff4156a88ee863f4f8001 (diff) | |
| download | bootstrap-3c742fc08bd1714bf9145cebac8e7f653e83c05d.tar.xz bootstrap-3c742fc08bd1714bf9145cebac8e7f653e83c05d.zip | |
add test for textarea at .span12, really fix docs footer
| -rw-r--r-- | docs/assets/css/docs.css | 6 | ||||
| -rw-r--r-- | less/tests/css-tests.html | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3ac60b0b0..aa7f08095 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -912,6 +912,12 @@ form.bs-docs-example { } /* Unfloat the back to top link in footer */ + .footer { + margin-left: -20px; + margin-right: -20px; + padding-left: 20px; + padding-right: 20px; + } .footer p { margin-bottom: 9px; } diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 71de6cce7..ef3c0ef6e 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1098,6 +1098,18 @@ +<br> +<br> +<br> + + + <div class="row-fluid"> + <div class="span12"> + <textarea class="span12"></textarea> + </div> + </div> + + </div><!-- /container --> |
