<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[43968] branches/5.0/src/wp-admin: About: Move images to the CDN, and use `<picture>`.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/43968">43968</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/43968","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>pento</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2018-12-05 22:24:21 +0000 (Wed, 05 Dec 2018)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>About: Move images to the CDN, and use `<picture>`.

Ensures the correct assets are used for the device loading the page.

Props joemcgill.
See <a href="https://core.trac.wordpress.org/ticket/45178">#45178</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches50srcwpadminaboutphp">branches/5.0/src/wp-admin/about.php</a></li>
<li><a href="#branches50srcwpadmincssaboutcss">branches/5.0/src/wp-admin/css/about.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branches50srcwpadminaboutphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/5.0/src/wp-admin/about.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.0/src/wp-admin/about.php       2018-12-04 23:03:34 UTC (rev 43967)
+++ branches/5.0/src/wp-admin/about.php 2018-12-05 22:24:21 UTC (rev 43968)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -67,7 +67,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">                </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="full-width">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <img src="https://wordpress.org/gutenberg/files/2018/11/Gutenberg-copy-2.jpg" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <picture>
+                               <source type="image/webp" media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/header/Gutenberg%20Mobile1x.webp 1x, https://s.w.org/images/core/5.0/header/Gutenberg%20Mobile.webp 2x" />
+                               <source media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/header/Gutenberg%20Mobile1x.jpg 1x, https://s.w.org/images/core/5.0/header/Gutenberg%20Mobile.jpg 2x" />
+                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/header/Gutenberg1x.webp 1x, https://s.w.org/images/core/5.0/header/Gutenberg.webp 2x" />
+                               <img src="https://s.w.org/images/core/5.0/header/Gutenberg1x.jpg" srcset="https://s.w.org/images/core/5.0/header/Gutenberg1x.jpg 1x, https://s.w.org/images/core/5.0/header/Gutenberg.jpg 2x" alt="">
+                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                 </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="feature-section one-col">
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -79,25 +84,37 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="feature-section four-col">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Plugins-copy.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/features/Plugins1x.webp 1x, https://s.w.org/images/core/5.0/features/Plugins.webp 2x">
+                                               <img src="https://s.w.org/images/core/5.0/features/Plugins1x.jpg" srcset="https://s.w.org/images/core/5.0/features/Plugins1x.jpg 1x, https://s.w.org/images/core/5.0/features/Plugins.jpg 2x" alt="" width="250" height="250" />
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Do more with fewer plugins.' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Layout.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/features/Layout1x.webp 1x, https://s.w.org/images/core/5.0/features/Layout.webp 2x">
+                                               <img src="https://s.w.org/images/core/5.0/features/Layout1x.jpg" srcset="https://s.w.org/images/core/5.0/features/Layout1x.jpg 1x, https://s.w.org/images/core/5.0/features/Layout.jpg 2x" alt="" width="250" height="250" />
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Create modern, multimedia-heavy layouts.' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Responsive.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/features/Responsive1x.webp 1x, https://s.w.org/images/core/5.0/features/Responsive.webp 2x">
+                                               <img src="https://s.w.org/images/core/5.0/features/Responsive1x.jpg" srcset="https://s.w.org/images/core/5.0/features/Responsive1x.jpg 1x, https://s.w.org/images/core/5.0/features/Responsive.jpg 2x" alt="" width="250" height="250" />
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Work across all screen sizes and devices.' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Editor-Styles-copy.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/features/Editor%20Styles1x.webp 1x, https://s.w.org/images/core/5.0/features/Editor%20Styles.webp 2x">
+                                               <img src="https://s.w.org/images/core/5.0/features/Editor%20Styles1x.jpg" srcset="https://s.w.org/images/core/5.0/features/Editor%20Styles1x.jpg 1x, https://s.w.org/images/core/5.0/features/Editor%20Styles.jpg 2x" alt="" width="250" height="250" />
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Trust that your editor looks like your website.' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -119,97 +136,145 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="feature-section eight-col">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Paragraph.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Paragraph@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Paragraph.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Paragraph@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Paragraph@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Paragraph.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Paragraph' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Heading.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Heading@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Heading.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Heading@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Heading@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Heading.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Heading' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Preformatted.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Preformatted@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Preformatted.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Preformatted@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Preformatted@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Preformatted.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Preformatted' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Quote.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Quote@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Quote.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Quote@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Quote@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Quote.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Quote' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Image.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Image@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Image.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Image@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Image@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Image.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Image' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Gallery.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Gallery@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Gallery.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Gallery@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Gallery@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Gallery.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Gallery' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Cover-Image.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Cover%20Image@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Cover%20Image.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Cover%20Image@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Cover%20Image@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Cover%20Image.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Cover' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Video.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Video@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Video.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Video@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Video@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Video.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Video' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Audio.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Audio@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Audio.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Audio@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Audio@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Audio.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Audio' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Column.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Column@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Column.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Column@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Column@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Column.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Columns' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-File.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20File@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20File.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20File@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20File@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20File.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'File' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Code.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Code@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Code.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Code@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Code@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Code.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Code' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-List.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20List@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20List.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20List@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20List@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20List.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'List' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Button.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Button@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Button.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Button@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Button@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Button.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Button' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-Embeds.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Embeds@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Embeds.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Embeds@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Embeds@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20Embeds.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'Embeds' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><span class="cx" style="display: block; padding: 0 10px">                                <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <img src="https://wordpress.org/gutenberg/files/2018/11/Block-Icon-More.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <picture>
+                                               <source type="image/webp" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20More@1x.webp 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20More.webp 2x" />
+                                               <img src="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20More@1x.jpg" srcset="https://s.w.org/images/core/5.0/blocks/Block%20Icon%20More@1x.jpg 1x, https://s.w.org/images/core/5.0/blocks/Block%20Icon%20More.jpg 2x" alt=""/>
+                                       </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <figcaption><?php _e( 'More' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                                </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -246,7 +311,13 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="full-width">
</span><span class="cx" style="display: block; padding: 0 10px">                        <figure>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen-copy.jpg" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen-mobile@1x.webp 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen-mobile.webp 2x" />
+                                       <source media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen-mobile@1x.jpg 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen-mobile.jpg 2x" />
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen@1x.webp 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen@1x.jpg" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen@1x.jpg 1x, https://s.w.org/images/core/5.0/header/twenty-nineteen.jpg 2x" alt="">
+                               </picture>
+
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <figcaption><?php _e( 'The front-end of Twenty Nineteen on the left, and how it looks in the editor on the right.' ); ?></figcaption>
</span><span class="cx" style="display: block; padding: 0 10px">                        </figure>
</span><span class="cx" style="display: block; padding: 0 10px">                </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -259,17 +330,23 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="feature-section three-col">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/twenty-nineteen-gutenberg.png" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/block%20editor@1x.webp 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/block%20editor.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/twenty%20nineteen/block%20editor@1x.jpg" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/block%20editor@1x.jpg 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/block%20editor.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Designed for the block editor' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'Twenty Nineteen features custom styles for the blocks available by default in 5.0. It makes extensive use of editor styles throughout the theme. That way, what you create in your content editor is what you see on the front of your site.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/typography-copy.jpg" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/typography@1x.webp 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/typography.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/twenty%20nineteen/typography@1x.jpg" srcset="https://s.w.org/images/core/5.0/twenty%20nineteen/typography@1x.jpg 1x, https://s.w.org/images/core/5.0/twenty%20nineteen/typography.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Simple, type-driven layout' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'Featuring ample whitespace, and modern sans-serif headlines paired with classic serif body text, Twenty Nineteen is built to be beautiful on the go. It uses system fonts to increase loading speed. No more long waits on slow networks!' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/three-3seconds.gif" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <img src="https://s.w.org/images/core/5.0/twenty%20nineteen/twenty-nineteen-versatile.gif" alt="">
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Versatile design for all sites' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'Twenty Nineteen is designed to work for a wide variety of use cases. Whether you’re running a photo blog, launching a new business, or supporting a non-profit, Twenty Nineteen is flexible enough to fit your needs.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -293,17 +370,26 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="under-the-hood feature-section three-col">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/Protect-copy.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/devs/Protect1x.webp 1x, https://s.w.org/images/core/5.0/devs/Protect.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/devs/Protect1x.jpg" srcset="https://s.w.org/images/core/5.0/devs/Protect1x.jpg 1x, https://s.w.org/images/core/5.0/devs/Protect.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Protect' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'Blocks provide a comfortable way for users to change content directly, while also ensuring the content structure cannot be easily disturbed by accidental code edits. This allows the developer to control the output, building polished and semantic markup that is preserved through edits and not easily broken.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/Compose-copy.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/devs/Compose1x.webp 1x, https://s.w.org/images/core/5.0/devs/Compose.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/devs/Compose1x.jpg" srcset="https://s.w.org/images/core/5.0/devs/Compose1x.jpg 1x, https://s.w.org/images/core/5.0/devs/Compose.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Compose' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'Take advantage of a wide collection of APIs and interface components to easily create blocks with intuitive controls for your clients. Utilizing these components not only speeds up development work but also provide a more consistent, usable, and accessible interface to all users.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="col">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/Create-copy.jpg" alt=""/>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/devs/Create1x.webp 1x, https://s.w.org/images/core/5.0/devs/Create.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/devs/Create1x.jpg" srcset="https://s.w.org/images/core/5.0/devs/Create1x.jpg 1x, https://s.w.org/images/core/5.0/devs/Create.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <h3><?php _e( 'Create' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p><?php _e( 'The new block paradigm opens up a path of exploration and imagination when it comes to solving user needs. With the unified block insertion flow, it&#8217;s easier for your clients and customers to find and use blocks for all types of content. Developers can focus on executing their vision and providing rich editing experiences, rather than fussing with difficult APIs.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -325,7 +411,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="full-width">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <img src="https://wordpress.org/gutenberg/files/2018/11/Classic-2.png" alt="">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <picture>
+                                       <source type="image/webp" media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/classic/Classic%20Mobile1x.webp 1x, https://s.w.org/images/core/5.0/classic/Classic%20Mobile.webp 2x" />
+                                       <source media="(max-width: 782px)" srcset="https://s.w.org/images/core/5.0/classic/Classic%20Mobile1x.jpg 1x, https://s.w.org/images/core/5.0/classic/Classic%20Mobile.jpg 2x" />
+                                       <source type="image/webp" srcset="https://s.w.org/images/core/5.0/classic/Classic@1x.webp 1x, https://s.w.org/images/core/5.0/classic/Classic.webp 2x" />
+                                       <img src="https://s.w.org/images/core/5.0/classic/Classic@1x.jpg" srcset="https://s.w.org/images/core/5.0/classic/Classic@1x.jpg 1x, https://s.w.org/images/core/5.0/header/Classic.jpg 2x" alt="">
+                               </picture>
</ins><span class="cx" style="display: block; padding: 0 10px">                         </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="feature-section one-col">
</span></span></pre></div>
<a id="branches50srcwpadmincssaboutcss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/5.0/src/wp-admin/css/about.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/5.0/src/wp-admin/css/about.css   2018-12-04 23:03:34 UTC (rev 43967)
+++ branches/5.0/src/wp-admin/css/about.css     2018-12-05 22:24:21 UTC (rev 43968)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -46,7 +46,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> .about-wrap img {
</span><span class="cx" style="display: block; padding: 0 10px">        margin: 0;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        max-width: 100%;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ width: 100%;
</ins><span class="cx" style="display: block; padding: 0 10px">         height: auto;
</span><span class="cx" style="display: block; padding: 0 10px">        vertical-align: middle;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -584,7 +584,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                margin-bottom: 1.5em;
</span><span class="cx" style="display: block; padding: 0 10px">                width: 100%;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         .about-wrap .feature-section .col {
</span><span class="cx" style="display: block; padding: 0 10px">                margin-top: 1em;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -594,7 +594,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        .about-wrap .three-col .col {
</span><span class="cx" style="display: block; padding: 0 10px">                min-width: 100% !important;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         .about-wrap .eight-col .col {
</span><span class="cx" style="display: block; padding: 0 10px">                min-width: 48% !important;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -611,7 +611,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        .about-wrap .under-the-hood:nth-of-type(3n) {
</span><span class="cx" style="display: block; padding: 0 10px">                margin-top: 0;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         .about-wrap .under-the-hood img + h3 {
</span><span class="cx" style="display: block; padding: 0 10px">                margin-top: 1.25em;
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span></span></pre>
</div>
</div>

</body>
</html>