Explorar o código

Merge pull request #2784 from Automattic/fix/illustratr-align

Illustratr: Remove margins on left and right alignments
Ben Dwyer %!s(int64=4) %!d(string=hai) anos
pai
achega
7579ff50d6
Modificáronse 1 ficheiros con 1 adicións e 17 borrados
  1. 1 17
      illustratr/style.css

+ 1 - 17
illustratr/style.css

@@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/illustratr/
 Author: Automattic
 Author URI: https://wordpress.com/themes/
 Description: A minimalist portfolio theme.
-Version: 1.3.8-wpcom
+Version: 1.3.9-wpcom
 License: GNU General Public License
 License URI: license.txt
 Text Domain: illustratr
@@ -785,28 +785,12 @@ Alignments
 	float: left;
 	margin: 20px 40px 20px 0;
 }
-@media screen and (min-width: 1220px) {
-	.alignleft {
-		margin-left: -130px;
-	}
-	.alignleft + .alignleft {
-		margin-left: 0;
-	}
-}
 
 .alignright {
 	display: inline;
 	float: right;
 	margin: 20px 0 20px 40px;
 }
-@media screen and (min-width: 1220px) {
-	.alignright {
-		margin-right: -130px;
-	}
-	.alignright + .alignright {
-		margin-right: 0;
-	}
-}
 
 .aligncenter {
 	clear: both;