Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 19371)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -4878,7 +4879,7 @@
 
 .about-wrap h3 {
 	font-size: 24px;
-	margin-bottom: 0.4em;
+	margin-bottom: 1em;
 	padding-top: 20px;
 }
 
@@ -4901,15 +4902,20 @@
 .about-wrap .feature-section {
 	min-height: 100px;
 	overflow: hidden;
+	clear: both;
 }
+.about-wrap .feature-section.angled-left img {
+	margin-top: 1em;
+}
 
 .about-wrap .feature-section.angled-right {
 	margin-top: -35px;
 	padding-top: 15px;
 }
 .about-wrap .feature-section.angled-right img {
-	margin-top: 0;
+	margin-top: 0.5em;
 }
+
 .about-wrap .feature-section.angled-right .left-feature {
 	margin-top: 15px;
 }
@@ -4932,7 +4938,8 @@
 	margin-left: 9%;
 }
 .about-wrap .feature-section.angled-left .left-feature,
-.about-wrap .feature-section.angled-right .left-feature {
+.about-wrap .feature-section.angled-right .left-feature,
+.about-wrap .feature-section.two-col .left-feature {
 	margin-right: 5%;
 }
 .about-wrap .feature-section.angled-left .right-feature,
@@ -4940,8 +4947,7 @@
 	margin-left: 5%;
 }
 .about-wrap .feature-section img {
-	width: 19%;
-	height: 130px;
+	height: 170px;
 	margin-top: 15px;
 
 	border-width: 1px;
@@ -4958,8 +4964,87 @@
 	width: 40%;
 }
 
+.about-wrap .feature-section.three-col {
+	margin-top: -35px;
+	padding-top: 15px;
+}
+.about-wrap .feature-section.three-col div {
+	width: 30%;
+	margin-right: 4.999999999%;
+	float: left;
+}
+.about-wrap .feature-section.three-col .last-feature {
+	margin-right: 0;
+}
+.about-wrap .feature-section.three-col .image-mask {
+	overflow: hidden;
+	display: block;
+	text-align: center;
+
+	width: 98%;
+	height: 130px;
+	
+	margin: 20px 1%;
+}
+.about-wrap .feature-section.three-col .image-mask img {
+	width: auto;
+	height: auto;
+	margin: 0 auto;
+	float: none;
+	
+	border: none;
+	
+	box-shadow: none;
+	-webkit-box-shadow: none;
+}
+
+.about-wrap .feature-section .feature-images {
+	width: 350px;
+	margin-bottom: 30px;
+}
+.about-wrap .feature-section.images-stagger-right .angled-right,
+.about-wrap .feature-section.images-stagger-left .angled-left {
+	margin-bottom: -50px;
+}
+.about-wrap .feature-section .feature-images img {
+	width: 300px;
+	margin-right: 5px;
+}
+.about-wrap .feature-section .angled-right {
+	float: right;
+}
+.about-wrap .feature-section.images-stagger-right .feature-images {
+	margin-left: 4.9999%;
+	float: right;
+} 
+.about-wrap .feature-section.images-stagger-left .feature-images {
+	margin-right: 4.9999%;
+	float: left;
+}
+.about-wrap .feature-section.images-stagger-left .angled-left {
+	margin-left: 5px;
+}
+
+
+.about-wrap .feature-section.custom-dashboard-design img {
+	width: auto;
+}
+.about-wrap .feature-section.custom-dashboard-design .feature-admin-bar img {
+	border: 0;
+	float: right;
+	margin: 0 5px 20px 30px;
+	height: auto;
+}
+@media (max-width:900px) {
+	.about-wrap .feature-section.custom-dashboard-design .feature-admin-bar img {
+		width: 99%;
+		height: auto;
+		margin-top: 10px;
+	}
+}
+
 .about-wrap .return-to-dashboard {
-	margin: 16px 0 0;
+	margin: 16px 0;
 	font-size: 14px;
 	font-weight: bold;
 }
Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 19371)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -2168,8 +2168,9 @@
 	color: #464646;
 }
 
-.about-wrap .feature-section img {
-	background: #f9f9f9;
+.about-wrap .feature-section img,
+.about-wrap .feature-section .image-mask {
+	background: #fff;
 	border-color: #dfdfdf;
 
 	-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 19371)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -1795,8 +1795,9 @@
 	color: #464646;
 }
 
-.about-wrap .feature-section img {
-	background: #f9f9f9;
+.about-wrap .feature-section img,
+.about-wrap .feature-section .image-mask {
+	background: #fff;
 	border-color: #dfdfdf;
 
 	-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
Index: wp-admin/about.php
===================================================================
--- wp-admin/about.php	(revision 19371)
+++ wp-admin/about.php	(working copy)
@@ -34,47 +34,105 @@
 </h2>
 
 <div class="changelog">
-	<h3><?php _e('For Users'); ?></h3>
+	<h3><?php _e('Easier Uploading'); ?></h3>
 
-	<div class="feature-section angled-left">
-		<div class="left-feature">
+	<div class="feature-section three-col">
+		<div>
+			<span class="image-mask"><img src="images/screenshots/drag-and-drop.png" /></span>
 			<h4><?php echo ( 'Drag-and-Drop Media Uploader' ); ?></h4>
-			<p><?php echo ( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>
+			<p><?php echo ( 'Adding photos or other files to posts and pages just got easier. Drag files from your desktop and drop them into the uploader. Add one file at a time, or many at once.' ); ?></p>
 		</div>
-		<img class="placeholder" />
-		<div class="right-feature">
-			<h4><?php echo ( 'A Responsive Admin' ); ?></h4>
-			<p><?php echo ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p>
+		<div>
+			<span class="image-mask"><img src="images/screenshots/media-icon.png" /></span>		
+			<h4><?php echo ( 'File Type Detection' ); ?></h4>
+			<p><?php echo ( 'We&#039;ve streamlined things! Instead of needing to click on a specific upload icon based on your file type, now there&#039;s just one. Once your file is uploaded, the appropriate fields will be displayed for entering information based on the file type.' ); ?></p>
 		</div>
+		<div class="last-feature">
+			<span class="image-mask"><img src="images/screenshots/more-file-types.png" /></span>
+			<h4><?php echo ( 'More File Formats' ); ?></h4>
+			<p><?php echo ( 'We&#039;ve added the rar and 7z file formats to the list of allowed file types in the uploader.'); ?></p>
+		</div>
 	</div>
-	<div class="feature-section angled-right">
-		<div class="left-feature">
-			<h4><?php echo ( 'New-user Experience' ); ?></h4>
-			<p><?php echo ( 'New users get a helping hand. Updates come with this handy summary of what&#8217;s new in this version of WordPress.' ); ?></p>
+	
+</div>
+
+<div class="changelog">
+	<h3><?php _e('Dashboard Design'); ?></h3>
+	
+	<div class="feature-section custom-dashboard-design">
+		<div class="feature-admin-bar">
+			<h4><?php echo ( 'Header + Admin Bar' ); ?></h4>
+			<img src="images/screenshots/admin-bar.png" />					
+			<p><?php echo ( 'blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
+			blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah' ); ?></p>
 		</div>
-		<img class="placeholder" />
-		<div class="right-feature">
-			<h4><?php echo ( 'A New and Improved Admin Bar' ); ?></h4>
-			<p><?php echo ( 'Get to the most useful areas of your dashboard from anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
+	</div>
+	
+	<div class="feature-section images-stagger-left">
+		<div class="feature-images">
+			<img src="images/screenshots/help-screen.png" width="300" height="170" class="angled-left" />	
+			<img src="images/screenshots/admin-flyouts.png" width="300" height="170" class="angled-right" />	
 		</div>
+		<div class="feature-right">
+			<h4><?php echo ( 'Responsive Design' ); ?></h4>
+			<p><?php echo ( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p>
+
+			<h4><?php echo ( 'Help Tabs' ); ?></h4>
+			<p><?php echo ( 'The Help tabs in the upper [right/left] have gotten a facelift. Help content is broken in smaller sections for easier access, with links to relevant documentation and the support forums always visible.' ); ?></p>
+
+			<h4><?php echo ( 'Flyout Menus' ); ?></h4>
+			<p><?php echo ( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen from any other.' ); ?></p>
+		</div>
 	</div>
+	
 </div>
 
+
 <div class="changelog">
-	<h3><?php _e('Under the Hood'); ?></h3>
+	<h3><?php _e('Feels Like the First Time'); ?></h3>
 
-	<div class="feature-section">
-		<div class="left-feature">
-			<h4><?php echo ( 'Flexible Permalinks' ); ?></h4>
-			<p><?php echo ( 'You have more freedom when choosing a post permalink structure. Skip the date information or add a category slug with no performance penalty!' ); ?></p>
+	<div class="feature-section images-stagger-right">
+		<div class="feature-images">
+			<img src="images/screenshots/new-feature-pointer.png" class="angled-right" />
+			<img src="images/screenshots/welcome-screen.png" class="angled-left" />
 		</div>
-		<div class="right-feature">
-			<h4><?php echo ( 'WP_Screen API' ); ?></h4>
-			<p><?php echo ( 'WordPress admin screens have a nice new API that gives you the ability to create screens with help documentation, settings, and more.' ); ?></p>
+		<div class="feature-left">
+			<h4><?php echo ( 'New Feature Pointers' ); ?></h4>
+			<p><?php echo ( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen from any other.' ); ?></p>
+
+			<h4><?php echo ( 'Post-update Changelog' ); ?></h4>
+			<p><?php echo ( 'This screen! From now on when you update WordPress, you&#039;ll be brought to this screen &mdash; also accessible any time from the W logo in the corner of the toolbar &mdash; to get an overview of what&#039;s changed.' ); ?></p>
+
+			<h4><?php echo ( 'Dashboard Welcome' ); ?></h4>			
+			<p><?php echo ( 'The dashboard home screen will have a Welcome area that displays when a new WordPress installation is accessed for the first time, prompting the site owner to complete various setup tasks. Once dismissed, this welcome can be accessed via the dashboard home screen options tab.' ); ?></p>
 		</div>
 	</div>
+	
 </div>
 
+<div class="changelog">
+	<h3><?php _e('[Needs Label]'); ?></h3>
+
+	<div class="feature-section three-col">
+		<div>
+			<h4><?php echo ( 'Widget Improvements' ); ?></h4>
+			<p><?php echo ( 'blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
+			blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah'); ?></p>
+		</div>
+		<div>
+			<h4><?php echo ( 'Tumblr Importer' ); ?></h4>
+			<p><?php echo ( 'blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
+			blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah' ); ?></p>
+		</div>
+		<div class="last-feature">
+			<h4><?php echo ( 'Better Co-Editing' ); ?></h4>
+			<p><?php echo ( 'blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
+			blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah' ); ?></p>
+		</div>
+	</div>
+	
+</div>
+
 <div class="return-to-dashboard">
 	<a href="<?php echo admin_url(); ?>"><?php _e('Go to the Dashboard'); ?></a>
 </div>
