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

git-svn-id: http://svn.automattic.com/wordpress/trunk@1649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-09-14 10:22:12 +00:00
parent 5f3b088368
commit 7a83a34a36
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;
}
}