From e70f497ce0c2b315e71888d3dd57a404a2d08753 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 1 Aug 2013 16:16:58 +0000 Subject: [PATCH] Make the About video responsive. fixes #24832 for trunk. git-svn-id: http://core.svn.wordpress.org/trunk@24952 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ---- wp-admin/css/wp-admin.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c7a7daac40..8b155d21b4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -53,10 +53,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- - - -
diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index a025ca75e0..95c0482b48 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -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%;