mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
After [36171] remove all the occurrences of the old CSS clearfix.
The old clearfix was applied to very specific items and defined multiple times across CSS files. Uses the new generic `.wp-clearfix` utility class instead. See #26396. git-svn-id: https://develop.svn.wordpress.org/trunk@36422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -230,14 +230,6 @@ div#widgets-left .inactive-sidebar .widgets-sortables {
|
||||
|
||||
/* Widgets Right */
|
||||
|
||||
div#widgets-right:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div#widgets-right .sidebars-column-1,
|
||||
div#widgets-right .sidebars-column-2 {
|
||||
max-width: 450px;
|
||||
|
||||
Reference in New Issue
Block a user