textarea row attribute corrected.
This commit is contained in:
parent
88f03612b0
commit
7da7ded975
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -225,6 +225,9 @@ input[type="button"].button-primary:focus {
|
|||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
textarea{
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
<h4>Basic Page</h4>
|
<h4>Basic Page</h4>
|
||||||
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
|
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="one-half column" style="margin-top: 25%">
|
||||||
|
<textarea rows="20"></textarea>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user