Revert [34083], I was willing to try this out for the greater good. The good was not greater. There is too much baggage associated with this specific change as pertains to BC and expected layout.
See #32691. Built from https://develop.svn.wordpress.org/trunk@34709 git-svn-id: http://core.svn.wordpress.org/trunk@34673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
619063b4e2
commit
41bc0aee88
|
@ -285,7 +285,7 @@ th .comment-grey-bubble:before {
|
|||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.fixed {
|
||||
table-layout: auto;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
|
|
|
@ -285,7 +285,7 @@ th .comment-grey-bubble:before {
|
|||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.fixed {
|
||||
table-layout: auto;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34708';
|
||||
$wp_version = '4.4-alpha-34709';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue