Remove unnecessary nowraps. Props scribu. fixes #15834

git-svn-id: https://develop.svn.wordpress.org/trunk@17116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-12-23 14:38:24 +00:00
parent fea14d8ba6
commit bdb91ca790
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,