Not clearing can cause some weird bugs.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-07 20:44:28 +00:00
parent efa798a2af
commit fedf5da324

View File

@ -215,6 +215,7 @@ textarea, input, select {
.wrap {
background: #fff;
border: 1px solid #ccc;
clear: both;
margin: 15px 5%;
padding: .5em 1em;
}