Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 23698)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -3056,14 +3056,6 @@
 	.format-audio .entry-content:before {
 		display: none;
 	}
-
-	.single .gallery-columns-3 br {
-		display: none;
-	}
-
-	.single .gallery-columns-3 .gallery-item:nth-of-type(3n) {
-		margin-right: 4px;
-	}
 }
 
 /* Mobile devices */
@@ -3079,6 +3071,7 @@
 	.search .format-gallery .gallery-item {
 		margin-bottom: 2%;
 		margin-right: 2%;
+		max-width: none;
 		width: 49%;
 	}
 
@@ -3099,12 +3092,7 @@
 		width: 100%;
 	}
 
-	.gallery-columns-3 .gallery-item,
-	.single .gallery-columns-3.gallery-size-thumbnail .gallery-item {
-		width: 32%;
-	}
-
-	.single .gallery.gallery-columns-3 .gallery-item:nth-of-type(even),
+	.gallery-columns-3 .gallery-item:nth-of-type(3n),
 	.gallery-columns-5 .gallery-item:nth-of-type(5n),
 	.gallery-columns-7 .gallery-item:nth-of-type(7n),
 	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
@@ -3118,8 +3106,7 @@
 	.blog .format-gallery .gallery-item:nth-of-type(odd),
 	.archive .format-gallery .gallery-item:nth-of-type(odd),
 	.search .format-gallery .gallery-item:nth-of-type(odd),
-	.single .gallery .gallery-item:nth-of-type(even),
-	.single .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
+	.single .gallery .gallery-item:nth-of-type(even) {
 		margin-right: 0;
 	}
 
