Skip to content

Commit

Permalink
Make the About video responsive.
Browse files Browse the repository at this point in the history
fixes #24832 for trunk.

git-svn-id: http://core.svn.wordpress.org/trunk@24952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
markjaquith committed Aug 1, 2013
1 parent cb7a770 commit e70f497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
<p></p>
<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>
<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>




</div>

<div class="feature-section col two-col">
Expand Down
4 changes: 4 additions & 0 deletions wp-admin/css/wp-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -5881,6 +5881,10 @@ h2 .nav-tab {
border-radius: 3px;
}

.about-wrap .feature-section .video video {
max-width: 100%;
}

.about-wrap .feature-section.three-col img {
margin: 0.5em 0 0.5em 5px;
max-width: 100%;
Expand Down

0 comments on commit e70f497

Please sign in to comment.