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:
parent
5f3b088368
commit
7a83a34a36
|
@ -449,9 +449,4 @@ textarea, input, select {
|
|||
|
||||
#wphead h1 span {
|
||||
font-size: .4em;
|
||||
}
|
||||
|
||||
/* keep labels and their form controls together: */
|
||||
label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue