Nowrap on labels was breaking the post layout with long category names.

git-svn-id: https://develop.svn.wordpress.org/trunk@1649 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-09-14 10:22:12 +00:00
parent 49beb5174f
commit f70851ab61
1 changed files with 1 additions and 6 deletions

View File

@ -449,9 +449,4 @@ textarea, input, select {
#wphead h1 span {
font-size: .4em;
}
/* keep labels and their form controls together: */
label {
white-space: nowrap;
}
}