Make WordPress Core

Changeset 29624


Ignore:
Timestamp:
08/26/2014 01:45:23 PM (10 years ago)
Author:
helen
Message:

Plugin details: Fix review scrolling in some browsers (cough, Chrome).

Remove some unnecessary CSS from [29619].

fixes #29321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r29623 r29624  
    24262426/* @noflip */
    24272427#plugin-information .review {
     2428    overflow: hidden; /* clearfix */
    24282429    width: 100%;
    2429     float: left;
    24302430    margin-bottom: 20px;
    24312431    border-bottom: 1px solid #e6e6e6;
     
    24332433
    24342434#plugin-information .review-title-section {
    2435     display: block;
    2436     width: 100%;
    2437     clear: both;
    2438 }
     2435    overflow: hidden; /* clearfix */
     2436}
     2437
    24392438/* @noflip */
    24402439#plugin-information .review-title-section h4 {
     
    24452444
    24462445#plugin-information .reviewer-info p {
    2447     display: block;
    2448     width: 100%;
    24492446    clear: both;
    24502447    margin: 0;
Note: See TracChangeset for help on using the changeset viewer.