diff --git a/wordpress.org/public_html/style/wp4.css b/wordpress.org/public_html/style/wp4.css
index a8d08e9..a8c081d 100644
--- a/wordpress.org/public_html/style/wp4.css
+++ b/wordpress.org/public_html/style/wp4.css
@@ -476,7 +476,15 @@ a img.aligncenter {
 	}
 	#head-search input.text {
 		width: 216px;
-  }
+	}
+  	.wrapper img.alignright {
+  		float: none;
+		margin: 5px 0 10px 0;
+  	}
+  	.wrapper img.alignleft {
+  		float: none;
+		margin: 5px 0 10px 0;
+  	}
 }
 
 @media screen and (min-width:769px) {
