<!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>[25844] trunk/src/wp-admin: CSS cleanup for the about page.</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 { 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">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/25844">25844</a></dd>
<dt>Author</dt> <dd>ocean90</dd>
<dt>Date</dt> <dd>2013-10-18 17:35:39 +0000 (Fri, 18 Oct 2013)</dd>
</dl>
<h3>Log Message</h3>
<pre>CSS cleanup for the about page.
Also fixes for IE and support for RTL.
see <a href="http://core.trac.wordpress.org/ticket/25603">#25603</a>.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminaboutphp">trunk/src/wp-admin/about.php</a></li>
<li><a href="#trunksrcwpadmincssiecss">trunk/src/wp-admin/css/ie.css</a></li>
<li><a href="#trunksrcwpadmincsswpadminrtlcss">trunk/src/wp-admin/css/wp-admin-rtl.css</a></li>
<li><a href="#trunksrcwpadmincsswpadmincss">trunk/src/wp-admin/css/wp-admin.css</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminaboutphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/about.php (25843 => 25844)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/about.php 2013-10-18 17:15:36 UTC (rev 25843)
+++ trunk/src/wp-admin/about.php 2013-10-18 17:35:39 UTC (rev 25844)
</span><span class="lines">@@ -39,12 +39,14 @@
</span><span class="cx"> <h3><?php _e( 'Background Updates' ); ?></h3>
</span><span class="cx">
</span><span class="cx"> <div class="feature-section col three-col about-updates">
</span><del>- <div>
</del><ins>+ <div class="col-1">
</ins><span class="cx"> <h4><?php _e( 'Updates While You Sleep' ); ?></h4>
</span><span class="cx"> <p><?php _e( 'With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p>
</span><span class="cx"> </div>
</span><del>- <div><img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" /></div>
- <div class="last-feature">
</del><ins>+ <div class="col-2">
+ <img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" />
+ </div>
+ <div class="col-3 last-feature">
</ins><span class="cx"> <h4><?php _e( 'More Reliable Than Ever' ); ?></h4>
</span><span class="cx"> <p><?php _e( 'The update process has been made even more reliable and secure, with dozens of new checks and safeguards.' ); ?></p>
</span><span class="cx"> <p><?php _e( 'You’ll still need to click “Update Now” once WordPress 3.8 is released, but we’ve never had more confidence in that beautiful blue button.' ); ?></p>
</span></span></pre></div>
<a id="trunksrcwpadmincssiecss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/css/ie.css (25843 => 25844)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/css/ie.css 2013-10-18 17:15:36 UTC (rev 25843)
+++ trunk/src/wp-admin/css/ie.css 2013-10-18 17:35:39 UTC (rev 25844)
</span><span class="lines">@@ -486,20 +486,6 @@
</span><span class="cx"> min-width: 400px;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap img.element-screenshot {
- padding: 2px;
-}
-
-.about-wrap .feature-section img,
-.about-wrap .feature-section .image-mask {
- border-width: 1px;
- border-style: solid;
-}
-
-.about-wrap .feature-section.three-col img {
- margin-left: 0;
-}
-
</del><span class="cx"> .available-theme {
</span><span class="cx"> display: inline;
</span><span class="cx"> }
</span><span class="lines">@@ -513,15 +499,19 @@
</span><span class="cx"> margin-right: 7px;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images img {
- margin: 0 0.6% 10px;
</del><ins>+.about-wrap .three-col.about-updates .col-2 {
+ width: 15%;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images .last-feature,
-.about-wrap .three-col-images .first-feature {
- float: none;
</del><ins>+.revisions-tickmarks,
+.revisions-tooltip {
+ display: none !important;
</ins><span class="cx"> }
</span><span class="cx">
</span><ins>+.revisions.pinned .revisions-controls {
+ position: relative;
+}
+
</ins><span class="cx"> /* IE6 leftovers */
</span><span class="cx"> * html .row-actions {
</span><span class="cx"> visibility: visible;
</span><span class="lines">@@ -626,13 +616,3 @@
</span><span class="cx"> * html #adminmenu div.wp-menu-image {
</span><span class="cx"> height: 29px;
</span><span class="cx"> }
</span><del>-
-.revisions-tickmarks,
-.revisions-tooltip {
- display: none !important;
-}
-
-.revisions.pinned .revisions-controls {
- position: relative;
-}
-
</del></span></pre></div>
<a id="trunksrcwpadmincsswpadminrtlcss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/css/wp-admin-rtl.css (25843 => 25844)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/css/wp-admin-rtl.css 2013-10-18 17:15:36 UTC (rev 25843)
+++ trunk/src/wp-admin/css/wp-admin-rtl.css 2013-10-18 17:35:39 UTC (rev 25844)
</span><span class="lines">@@ -1706,40 +1706,23 @@
</span><span class="cx"> float: right;
</span><span class="cx"> }
</span><span class="cx">
</span><ins>+.about-wrap .feature-section.two-col div,
</ins><span class="cx"> .about-wrap .feature-section.three-col div {
</span><span class="cx"> margin-right: 0;
</span><span class="cx"> margin-left: 4.999999999%;
</span><span class="cx"> float: right;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .feature-section.three-col h4 {
- text-align: right;
-}
-
-.about-wrap .feature-section.three-col img {
- margin-right: 5px;
</del><ins>+.about-wrap .feature-section.col .last-feature {
</ins><span class="cx"> margin-left: 0;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .feature-section.three-col .last-feature {
</del><ins>+.about-wrap .feature-section div p img {
+ float: left;
</ins><span class="cx"> margin-left: 0;
</span><ins>+ margin-right: 10px;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .feature-section img {
- margin: 0 0 10px 0.7%;
-}
-
-.about-wrap .feature-section.images-stagger-right img,
-.about-wrap .feature-section.images-stagger-right .video {
- float: left;
- margin: 0 2em 12px 5px;
-}
-
-.about-wrap .feature-section.images-stagger-left img {
- float: right;
- margin: 0 5px 12px 2em;
-}
-
</del><span class="cx"> .about-wrap li.wp-person,
</span><span class="cx"> .about-wrap li.wp-person img.gravatar {
</span><span class="cx"> float: right;
</span><span class="lines">@@ -1747,26 +1730,7 @@
</span><span class="cx"> margin-left: 10px;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-@media only screen and (max-width: 900px) {
- .about-wrap .feature-section.images-stagger-right .video.image-66 {
- margin-right: 3px;
- }
-}
</del><span class="cx">
</span><del>-@media only screen and (max-width: 768px) {
- .about-wrap .feature-section .image-66 {
- float: none;
- }
-
- .about-wrap .feature-section.images-stagger-right .image-66 {
- margin-right: 3px;
- }
-
- .about-wrap .feature-section.images-stagger-left .image-66 {
- margin-left: 3px;
- }
-}
-
</del><span class="cx"> /*------------------------------------------------------------------------------
</span><span class="cx"> 23.0 - Misc
</span><span class="cx"> ------------------------------------------------------------------------------*/
</span></span></pre></div>
<a id="trunksrcwpadmincsswpadmincss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/css/wp-admin.css (25843 => 25844)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/css/wp-admin.css 2013-10-18 17:15:36 UTC (rev 25843)
+++ trunk/src/wp-admin/css/wp-admin.css 2013-10-18 17:35:39 UTC (rev 25844)
</span><span class="lines">@@ -2312,7 +2312,7 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .wp-core-ui .welcome-panel .button.button-hero {
</span><del>- margin: 15px 0 3px;
</del><ins>+ margin: 15px 0 3px;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .welcome-panel-content {
</span><span class="lines">@@ -2378,7 +2378,7 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .welcome-panel .welcome-write-blog {
</span><del>- background-position: 0 -44px;
</del><ins>+ background-position: 0 -44px;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .welcome-panel .welcome-panel-column ul {
</span><span class="lines">@@ -2386,8 +2386,8 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .welcome-panel .welcome-panel-column li {
</span><del>- line-height: 16px;
- list-style-type: none;
</del><ins>+ line-height: 16px;
+ list-style-type: none;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> @media screen and (max-width: 870px) {
</span><span class="lines">@@ -3162,7 +3162,7 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .no-js .category-tabs li.hide-if-no-js {
</span><del>- display: none;
</del><ins>+ display: none;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .category-tabs a,
</span><span class="lines">@@ -5775,53 +5775,7 @@
</span><span class="cx"> -webkit-border-radius: 3px;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .about-passwords {
- margin: 20px 0;
- padding: 1px 20px 10px;
- background-color: #f9f9f9;
-}
</del><span class="cx">
</span><del>-.about-wrap .about-auto-update {
- text-align: center;
- background-color: #f9f9ef;
- clear: both;
- padding: 10px;
-}
-
-.about-wrap .about-auto-update.cool {
- background-color: #eff9ef;
-}
-
-.about-wrap .about-password-meter input {
- font-size: 250%;
- width: 100%;
- display: block;
- width: 100%;
- padding: 5px;
-}
-
-.about-wrap .about-password-meter #pass-strength-result {
- font-weight: normal !important;
- display:block !important;
- font-size: 150%;
- width: 100%;
- padding: 17px 0;
- margin-bottom: 15px;
-}
-
-.about-wrap .feature-section img {
- border: 0;
- background: transparent;
- box-shadow: none;
- -webkit-box-shadow: none;
- max-width: 20%;
-}
-
-.about-wrap .feature-section div p img {
- float: right;
- margin-left: 10px;
-}
-
</del><span class="cx"> /* Typography */
</span><span class="cx">
</span><span class="cx"> .about-wrap p {
</span><span class="lines">@@ -5855,8 +5809,8 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .about-wrap h3 {
</span><del>- font-size: 24px;
- margin-bottom: 1em;
</del><ins>+ font-size: 1.5em;
+ line-height: 1.5em;
</ins><span class="cx"> padding-top: 20px;
</span><span class="cx"> }
</span><span class="cx">
</span><span class="lines">@@ -5864,8 +5818,6 @@
</span><span class="cx"> padding-bottom: 20px;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .feature-section
-
</del><span class="cx"> .about-wrap .feature-section h4 {
</span><span class="cx"> margin-bottom: 0.6em;
</span><span class="cx"> }
</span><span class="lines">@@ -5931,81 +5883,20 @@
</span><span class="cx">
</span><span class="cx"> /* Changelog / Update screen */
</span><span class="cx">
</span><del>-.about-wrap .feature-section img,
-.about-wrap .feature-section .video {
- border: none;
- margin: 0 1.94% 10px 0;
- -webkit-border-radius: 3px;
- border-radius: 3px;
-}
-
-.about-wrap .feature-section .video video {
- max-width: 100%;
-}
-
</del><span class="cx"> .about-wrap .feature-section.three-col img {
</span><span class="cx"> margin: 0.5em 0 0.5em 5px;
</span><span class="cx"> max-width: 100%;
</span><span class="cx"> float: none;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.ie8 .about-wrap .feature-section.three-col img {
- margin-left: 0;
-}
-
-.about-wrap .feature-section.images-stagger-right img,
-.about-wrap .feature-section.images-stagger-right .video {
- float: right;
- margin: 0 5px 12px 2em;
-}
-
-.about-wrap .feature-section.images-stagger-left img {
- float: left;
- margin: 0 2em 12px 5px;
-}
-
-.about-wrap .feature-section .image-100 {
- margin: 0 0 2em 0;
- width: 100%;
-}
-
-.about-wrap .feature-section .image-66 {
- width: 65%;
-}
-
-.about-wrap .feature-section .image-66.video {
- max-width: 600px;
-}
-
-.about-wrap .feature-section .image-50 {
- max-width: 50%;
-}
-
-.about-wrap .feature-section img.image-30 {
- max-width: 31.2381%;
-}
-
-.ie8 .about-wrap .feature-section img {
- border-width: 1px;
- border-style: solid;
-}
-
-.about-wrap .images-stagger-right img.image-30:nth-child(2) {
- margin-left: 1em;
-}
-
</del><span class="cx"> .about-wrap .feature-section.col {
</span><span class="cx"> margin-bottom: 0;
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .about-wrap .feature-section.col h4 {
</span><del>- margin: 0 0 0.6em 0;
</del><ins>+ margin: 0 0 0.6em 0;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .feature-section.col .last-feature {
- margin-right: 0;
-}
-
</del><span class="cx"> .about-wrap .feature-section.two-col div {
</span><span class="cx"> width: 47%;
</span><span class="cx"> margin-right: 4.999999999%;
</span><span class="lines">@@ -6018,39 +5909,67 @@
</span><span class="cx"> float: left;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col.about-updates div:nth-of-type(1),
-.about-wrap .three-col.about-updates div:nth-of-type(3) {
</del><ins>+.about-wrap .three-col.about-updates .col-1,
+.about-wrap .three-col.about-updates .col-3 {
</ins><span class="cx"> width: 37%;
</span><span class="cx"> margin: 0;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col.about-updates div:nth-of-type(2) {
</del><ins>+.about-wrap .three-col.about-updates .col-2 {
</ins><span class="cx"> width: 16%;
</span><span class="cx"> margin: 0 5%;
</span><span class="cx"> }
</span><span class="cx">
</span><ins>+.about-wrap .feature-section.col .last-feature {
+ margin-right: 0;
+}
+
</ins><span class="cx"> .about-wrap .three-col.about-updates img {
</span><span class="cx"> margin: 0;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images {
</del><ins>+.about-wrap .changelog .feature-section {
+ overflow: hidden;
+}
+
+.about-wrap .about-passwords {
+ margin: 20px 0;
+ padding: 1px 20px 10px;
+ background-color: #f9f9f9;
+}
+
+.about-wrap .about-auto-update {
</ins><span class="cx"> text-align: center;
</span><ins>+ background-color: #f9f9ef;
+ clear: both;
+ padding: 10px;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images img {
- margin: 0 0 10px;
</del><ins>+.about-wrap .about-auto-update.cool {
+ background-color: #eff9ef;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images .last-feature {
- float: right;
</del><ins>+.about-wrap .about-password-meter input {
+ font-size: 250%;
+ line-height: 1;
+ width: 100%;
+ display: block;
+ width: 100%;
+ padding: 5px;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .three-col-images .first-feature {
- float: left;
</del><ins>+.about-wrap .about-password-meter #pass-strength-result {
+ display: block !important;
+ font-size: 150%;
+ width: 100%;
+ padding: 17px 0;
+ margin-bottom: 15px;
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-.about-wrap .changelog .feature-section {
- overflow: hidden;
</del><ins>+.about-wrap .feature-section div p img {
+ float: right;
+ margin-left: 10px;
+ max-width: 20%;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .about-wrap .changelog li {
</span><span class="lines">@@ -6058,40 +5977,7 @@
</span><span class="cx"> margin-left: 3em;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-@media only screen and (max-width: 900px) {
- .about-wrap .feature-section.images-stagger-left img,
- .about-wrap .feature-section.images-stagger-right img,
- .about-wrap .feature-section.images-stagger-right .video {
- clear: both;
- }
</del><span class="cx">
</span><del>- .about-wrap .feature-section .video.image-66 {
- float: none;
- width: 98%;
- max-width: 98%;
- }
-
- .about-wrap .feature-section.images-stagger-right .video.image-66 {
- margin-left: 3px;
- }
-}
-
-@media only screen and (max-width: 768px) {
- .about-wrap .feature-section .image-66 {
- float: none;
- width: 98%;
- max-width: 98%;
- }
-
- .about-wrap .feature-section.images-stagger-right .image-66 {
- margin-left: 3px;
- }
-
- .about-wrap .feature-section.images-stagger-left .image-66 {
- margin-right: 3px;
- }
-}
-
</del><span class="cx"> /* Return to Dashboard Home link */
</span><span class="cx">
</span><span class="cx"> .about-wrap .return-to-dashboard {
</span><span class="lines">@@ -9368,20 +9254,20 @@
</span><span class="cx"> (min-resolution: 120dpi) {
</span><span class="cx">
</span><span class="cx"> .press-this .tagchecklist span a {
</span><del>- background-image: url('../images/xit-2x.gif');
- background-size: 20px auto;
</del><ins>+ background-image: url('../images/xit-2x.gif');
+ background-size: 20px auto;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .js .postbox:hover .handlediv,
</span><span class="cx"> .js .stuffbox:hover .handlediv,
</span><span class="cx"> .widget-top a.widget-action {
</span><del>- background-image: url('../images/arrows-2x.png');
- background-size: 15px 123px;
</del><ins>+ background-image: url('../images/arrows-2x.png');
+ background-size: 15px 123px;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .widget-top a.widget-action:hover {
</span><del>- background-image: url('../images/arrows-dark-2x.png');
- background-size: 15px 123px;
</del><ins>+ background-image: url('../images/arrows-dark-2x.png');
+ background-size: 15px 123px;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .post-com-count {
</span><span class="lines">@@ -9440,8 +9326,8 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .wp-full-overlay .collapse-sidebar-arrow {
</span><del>- background-image: url('../images/arrows-2x.png');
- background-size: 15px 123px;
</del><ins>+ background-image: url('../images/arrows-2x.png');
+ background-size: 15px 123px;
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> .pressthis a span {
</span></span></pre>
</div>
</div>
</body>
</html>