Commit 3c742fc0 authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 72323051
Showing with 18 additions and 0 deletions
+18 -0
......@@ -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;
}
......
......@@ -1098,6 +1098,18 @@
<br>
<br>
<br>
<div class="row-fluid">
<div class="span12">
<textarea class="span12"></textarea>
</div>
</div>
</div><!-- /container -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment