diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index 077abec70f..b7203f4099 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -912,4 +912,4 @@ video { .rtl .bypostauthor > article .fn:after { right: 6px; left: auto; -} \ No newline at end of file +} diff --git a/src/wp-content/themes/twentyfifteen/css/ie7.css b/src/wp-content/themes/twentyfifteen/css/ie7.css index e6e3685ae1..6f8cd43b7d 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie7.css +++ b/src/wp-content/themes/twentyfifteen/css/ie7.css @@ -86,4 +86,4 @@ Description: IE7 specific style. .gallery-columns-9 .gallery-item { max-width: 8%; -} \ No newline at end of file +} diff --git a/src/wp-content/themes/twentyfifteen/genericons/example.html b/src/wp-content/themes/twentyfifteen/genericons/example.html index fdb7cf1177..7e4db8543e 100644 --- a/src/wp-content/themes/twentyfifteen/genericons/example.html +++ b/src/wp-content/themes/twentyfifteen/genericons/example.html @@ -248,7 +248,7 @@ body.searching #iconlist span.update:after, body.searching #iconlist span.new:af float: none; width: 100%; } - + #glyph .info { width: 30%; } @@ -353,18 +353,18 @@ jQuery(document).ready(function() { var $rows = jQuery('#iconlist div'); jQuery('#search').keyup(function() { - + // remove update text when using search jQuery('body').addClass('searching'); - + var val = jQuery.trim(jQuery(this).val()).replace(/ +/g, ' ').toLowerCase(); - + $rows.show().filter(function() { var text = jQuery(this).text().replace(/\s+/g, ' ').toLowerCase(); return !~text.indexOf(val); }).hide(); }); - + jQuery('input#search').focus(); // sort based on number @@ -391,329 +391,329 @@ function toggleUACs() {
Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.