diff --git a/wp-content/themes/twentyfifteen/css/ie.css b/wp-content/themes/twentyfifteen/css/ie.css index 077abec70f..b7203f4099 100644 --- a/wp-content/themes/twentyfifteen/css/ie.css +++ b/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/wp-content/themes/twentyfifteen/css/ie7.css b/wp-content/themes/twentyfifteen/css/ie7.css index e6e3685ae1..6f8cd43b7d 100644 --- a/wp-content/themes/twentyfifteen/css/ie7.css +++ b/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/wp-content/themes/twentyfifteen/genericons/example.html b/wp-content/themes/twentyfifteen/genericons/example.html index fdb7cf1177..7e4db8543e 100644 --- a/wp-content/themes/twentyfifteen/genericons/example.html +++ b/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.

- +
- + - +
404
- +
activity
- +
anchor
- +
aside
- +
attachment
- +
audio
- +
bold
- +
book
- +
bug
- +
cart
- +
category
- +
chat
- +
checkmark
- +
close
- +
close-alt
- +
cloud
- +
cloud-download
- +
cloud-upload
- +
code
- +
codepen
- +
cog
- +
collapse
- +
comment
- +
day
- +
digg
- +
document
- +
dot
- +
downarrow
- +
download
- +
draggable
- +
dribbble
- +
dropbox
- +
dropdown
- +
dropdown-left
- +
edit
- +
ellipsis
- +
expand
- +
external
- +
facebook
- +
facebook-alt
- +
fastforward
- +
feed
- +
flag
- +
flickr
- +
foursquare
- +
fullscreen
- + - +
github
- +
googleplus
- +
googleplus-alt
- +
handset
- +
heart
- +
help
- +
hide
- +
hierarchy
- +
home
- +
image
- +
info
- +
instagram
- +
italic
- +
key
- +
leftarrow
- + - +
linkedin
- +
linkedin-alt
- +
location
- +
lock
- +
mail
- +
maximize
- +
menu
- +
microphone
- +
minimize
- +
minus
- +
month
- +
move
- +
next
- +
notice
- +
paintbrush
- +
path
- +
pause
- +
phone
- +
picture
- +
pinned
- +
pinterest
- +
pinterest-alt
- +
play
- +
plugin
- +
plus
- +
pocket
- +
polldaddy
- +
portfolio
- +
previous
- +
print
- +
quote
- +
rating-empty
- +
rating-full
- +
rating-half
- +
reddit
- +
refresh
- +
reply
- +
reply-alt
- +
reply-single
- +
rewind
- +
rightarrow
- + - +
send-to-phone
- +
send-to-tablet
- +
share
- +
show
- +
shuffle
- +
sitemap
- +
skip-ahead
- +
skip-back
- +
skype
- +
spam
- +
spotify
- +
standard
- +
star
- +
status
- +
stop
- +
stumbleupon
- +
subscribe
- +
subscribed
- +
summary
- +
tablet
- +
tag
- +
time
- +
top
- +
trash
- +
tumblr
- +
twitch
- +
twitter
- +
unapprove
- +
unsubscribe
- +
unzoom
- +
uparrow
- +
user
- +
video
- +
videocamera
- +
vimeo
- +
warning
- +
website
- +
week
- +
wordpress
- +
xpost
- +
youtube
- +
zoom
- +
- + - +
- \ No newline at end of file + diff --git a/wp-content/themes/twentyfifteen/genericons/genericons.css b/wp-content/themes/twentyfifteen/genericons/genericons.css index 473b04f096..36f02a3453 100644 --- a/wp-content/themes/twentyfifteen/genericons/genericons.css +++ b/wp-content/themes/twentyfifteen/genericons/genericons.css @@ -207,7 +207,3 @@ .genericon-xpost:before { content: "\f504"; } .genericon-youtube:before { content: "\f213"; } .genericon-zoom:before { content: "\f402"; } - - - - diff --git a/wp-content/themes/twentyfifteen/inc/custom-header.php b/wp-content/themes/twentyfifteen/inc/custom-header.php index 1e8032081c..de02a346c6 100644 --- a/wp-content/themes/twentyfifteen/inc/custom-header.php +++ b/wp-content/themes/twentyfifteen/inc/custom-header.php @@ -353,4 +353,4 @@ function twentyfifteen_sidebar_text_color_css() { wp_add_inline_style( 'twentyfifteen-style', sprintf( $css, $sidebar_link_color, $sidebar_text_color, $sidebar_border_color, $sidebar_border_focus_color ) ); } -add_action( 'wp_enqueue_scripts', 'twentyfifteen_sidebar_text_color_css', 11 ); \ No newline at end of file +add_action( 'wp_enqueue_scripts', 'twentyfifteen_sidebar_text_color_css', 11 ); diff --git a/wp-content/themes/twentyfifteen/js/customize-preview.js b/wp-content/themes/twentyfifteen/js/customize-preview.js index d18531e9c8..8f1031c7c4 100644 --- a/wp-content/themes/twentyfifteen/js/customize-preview.js +++ b/wp-content/themes/twentyfifteen/js/customize-preview.js @@ -31,4 +31,4 @@ } ); } ); -} )( jQuery ); \ No newline at end of file +} )( jQuery ); diff --git a/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js b/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js index c61ae5e33a..a2f8afb42e 100644 --- a/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js +++ b/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js @@ -19,4 +19,4 @@ window.location = url; } } ); -} )( jQuery ); \ No newline at end of file +} )( jQuery ); diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index 5453c693fd..332a194ed8 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -803,4 +803,4 @@ img.alignleft { width: -webkit-calc(50% - 289px); width: calc(50% - 289px); } -} \ No newline at end of file +} diff --git a/wp-content/themes/twentyfifteen/search.php b/wp-content/themes/twentyfifteen/search.php index 3bd5ffdd9b..647a45e01d 100644 --- a/wp-content/themes/twentyfifteen/search.php +++ b/wp-content/themes/twentyfifteen/search.php @@ -50,4 +50,4 @@ get_header(); ?> - \ No newline at end of file + diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 0b2108d127..bf7ec8db69 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -5747,4 +5747,4 @@ p > video { margin-top: 7.6923%; padding: 3.84615% 0; } -} \ No newline at end of file +}