Remove unnecessary nowraps. Props scribu. fixes #15834

git-svn-id: http://svn.automattic.com/wordpress/trunk@17116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-12-23 14:38:24 +00:00
parent 41476a07ea
commit 2b151f1cdf
2 changed files with 1 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -2224,10 +2224,6 @@ td.post-title p, td.plugin-title p {
margin: 6px 0;
}
td.plugin-title {
white-space: nowrap;
}
/* Global classes */
.wp-hidden-children .wp-hidden-child,
@ -3807,10 +3803,6 @@ input.button-highlighted,
list-style-type: disc;
}
.plugins .action-links {
white-space: nowrap;
}
.plugins .row-actions-visible {
padding: 0;
}
@ -4085,9 +4077,6 @@ td.post-title strong, td.plugin-title strong {
td.post-title p, td.plugin-title p {
margin: 6px 0;
}
td.plugin-title {
white-space: nowrap;
}
.wp-hidden-children .wp-hidden-child,