Make WordPress Core

Changeset 24953


Ignore:
Timestamp:
08/01/2013 04:17:03 PM (12 years ago)
Author:
markjaquith
Message:

Make the About video responsive.

fixes #24832 for 3.6.

Location:
branches/3.6/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6/wp-admin/about.php

    r24951 r24953  
    5454        <p><?php _e( 'From the first word you write, WordPress saves every change. Each revision is always at your fingertips. Text is highlighted as you scroll through revisions at lightning speed, so you can see what changes have been made along the way.' ); ?></p>
    5555        <p><?php _e( 'It&#8217;s easy to compare two revisions from any point in time, and to restore a revision and go back to writing. Now you can be confident that no mistake is permanent.' ); ?></p>
    56 
    57 
    58 
    59 
    6056    </div>
    6157
  • branches/3.6/wp-admin/css/wp-admin.css

    r24930 r24953  
    58345834}
    58355835
     5836.about-wrap .feature-section .video video {
     5837    max-width: 100%;
     5838}
     5839
    58365840.about-wrap .feature-section.three-col img {
    58375841    margin: 0.5em 0 0.5em 5px;
Note: See TracChangeset for help on using the changeset viewer.