Index: wp-content/themes/twentyfourteen/css/ie.css
===================================================================
--- wp-content/themes/twentyfourteen/css/ie.css	(revision 26481)
+++ wp-content/themes/twentyfourteen/css/ie.css	(working copy)
@@ -936,7 +936,7 @@
 	margin: 0 auto;
 }
 
-.ie7 .tag-links a {
+.ie7 .entry-meta .tag-links a {
 	margin-left: 0;
 }
 
@@ -1159,7 +1159,7 @@
 	left: auto;
 }
 
-.ie8 .rtl .tag-links a:before {
+.ie8 .rtl .entry-meta .tag-links a:before {
 	right: -8px;
 }
 
@@ -1303,7 +1303,7 @@
 	margin: -24px auto 0;
 }
 
-.ie7 .rtl .tag-links a {
+.ie7 .rtl .entry-meta .tag-links a {
 	margin-right: 0;
 	margin-left: auto;
 }
Index: wp-content/themes/twentyfourteen/inc/customizer.php
===================================================================
--- wp-content/themes/twentyfourteen/inc/customizer.php	(revision 26481)
+++ wp-content/themes/twentyfourteen/inc/customizer.php	(working copy)
@@ -279,7 +279,7 @@
 			border-color: ' . $accent_mid . ';
 		}
 
-		.tag-links a:hover:before {
+		.entry-meta .tag-links a:hover:before {
 			border-right-color: ' . $accent_mid . ';
 		}
 
Index: wp-content/themes/twentyfourteen/rtl.css
===================================================================
--- wp-content/themes/twentyfourteen/rtl.css	(revision 26481)
+++ wp-content/themes/twentyfourteen/rtl.css	(working copy)
@@ -128,23 +128,23 @@
  * -----------------------------------------------------------------------------
  */
 
-.tag-links a {
+.entry-meta .tag-links a {
 	margin: 0 10px 4px 4px;
 }
 
-.tag-links a:before {
+.entry-meta .tag-links a:before {
 	border-right: 0;
 	border-left: 8px solid #767676;
 	right: -7px;
 	left: auto;
 }
 
-.tag-links a:hover:before,
-.tag-links a:focus:before {
+.entry-meta .tag-links a:hover:before,
+.entry-meta .tag-links a:focus:before {
 	border-left-color: #41a62a;
 }
 
-.tag-links a:after {
+.entry-meta .tag-links a:after {
 	right: -2px;
 	left: auto;
 }
Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 26481)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -1144,7 +1144,7 @@
 
 /* Tag links style */
 
-.tag-links a {
+.entry-meta .tag-links a {
 	background-color: #767676;
 	border-radius: 0 2px 2px 0;
 	color: #fff;
@@ -1163,7 +1163,7 @@
 	color: #fff;
 }
 
-.tag-links a:before {
+.entry-meta .tag-links a:before {
 	border-top: 10px solid transparent;
 	border-right: 8px solid #767676;
 	border-bottom: 10px solid transparent;
@@ -1175,11 +1175,11 @@
 	width: 0;
 }
 
-.tag-links a:hover:before {
+.entry-meta .tag-links a:hover:before {
 	border-right-color: #41a62a;
 }
 
-.tag-links a:after {
+.entry-meta .tag-links a:after {
 	background-color: #fff;
 	border-radius: 50%;
 	content: "";
@@ -4019,7 +4019,7 @@
 		margin: 24px auto;
 	}
 
-	.tag-links a {
+	.entry-meta .tag-links a {
 		color: #fff;
 	}
 
