add test for textarea at .span12, really fix docs footer

This commit is contained in:
Mark Otto 2012-08-01 19:25:50 -07:00
parent 72323051c3
commit 3c742fc08b
2 changed files with 18 additions and 0 deletions

View File

@ -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;
}

View File

@ -1098,6 +1098,18 @@
<br>
<br>
<br>
<div class="row-fluid">
<div class="span12">
<textarea class="span12"></textarea>
</div>
</div>
</div><!-- /container -->