diff --git a/wp-content/themes/twentythirteen/author-bio.php b/wp-content/themes/twentythirteen/author-bio.php
index 8216f5c97f..46ce866783 100644
--- a/wp-content/themes/twentythirteen/author-bio.php
+++ b/wp-content/themes/twentythirteen/author-bio.php
@@ -13,8 +13,8 @@
-
-
+
+
→', 'twentythirteen' ), get_the_author() ); ?>
diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css
index b2ed6891ad..4d1494e3cd 100644
--- a/wp-content/themes/twentythirteen/rtl.css
+++ b/wp-content/themes/twentythirteen/rtl.css
@@ -537,7 +537,7 @@ div.nav-menu > ul {
padding-right: 60px;
}
-.author-avatar {
+.author-avatar .avatar {
float: right;
margin: 0 0 30px 30px;
}
diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css
index acab3afce4..edb5de6e21 100644
--- a/wp-content/themes/twentythirteen/style.css
+++ b/wp-content/themes/twentythirteen/style.css
@@ -2096,24 +2096,17 @@ footer.entry-meta {
padding: 50px 0 0;
}
-.author-avatar {
+.author-avatar .avatar {
float: left;
margin: 0 30px 30px 0;
}
.single-format-status .author-description,
-.single-format-status .author-description h2,
-.single-format-quote .author-description,
-.single-format-quote .author-description h2 {
+.single-format-quote .author-description {
color: #f7f5e7;
}
-.single-format-audio .author-description a,
-.single-format-video .author-description a {
- color: #fbfaf3;
-}
-
-.author-description h2 {
+.author-description .author-title {
clear: none;
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
margin: 0 0 8px;