Not clearing can cause some weird bugs.

git-svn-id: https://develop.svn.wordpress.org/trunk@1916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-07 20:44:28 +00:00
parent 8f20ed5791
commit f88772008d
1 changed files with 1 additions and 0 deletions

View File

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