Jelajahi Sumber

Add changes to Sass sources and recompile.

There were a few changes to some sass files that fixed some syntax
errors while compiling.
Ernesto Méndez 5 tahun lalu
induk
melakukan
99bb22edb1

+ 2 - 2
altofocus/assets/stylesheets/components/posts/_archives.scss

@@ -566,7 +566,7 @@
 					.post-thumbnail img {
 
 						max-width: calc( 100% - #{($gutter * 2)} );
-						max-height: calc( 100% - #{( $gutter * 2 )};
+						max-height: calc( 100% - #{( $gutter * 2 )});
 					}
 
 					&.grid-item-landscape {
@@ -670,7 +670,7 @@
 					.post-thumbnail img {
 
 						max-width: calc( 100% - #{($gutter * 3)} );
-						max-height: calc( 100% - #{( $gutter * 3 )};
+						max-height: calc( 100% - #{( $gutter * 3 )});
 					}
 
 					&.grid-item-landscape {

+ 1 - 1
altofocus/assets/stylesheets/layout/_isotope-grid.scss

@@ -88,7 +88,7 @@
 
 		.site-main {
 
-			margin: 0 auto calc(#{ $baseline * 4 } + #{ $gutter * 1.5 };
+			margin: 0 auto calc(#{ $baseline * 4 } + #{ $gutter * 1.5 });
 
 			/* fluid 5 columns */
 			.grid-sizer,

+ 7 - 1
altofocus/assets/stylesheets/shared/_infinitescroll.scss

@@ -18,10 +18,16 @@
 	clear: both;
 	display: block;
 	padding: $baseline 10%;
-	position: absolute;
+	position: relative;
 	text-align: center;
 	width: 100%;
 	z-index: 1;
+	float: left;
+	top: 100%;
+	
+	.infinity-success & {
+		top: auto !important;
+	}
 
 	span {
 

File diff ditekan karena terlalu besar
+ 424 - 528
altofocus/assets/stylesheets/style-wpcom.css


+ 1 - 0
altofocus/assets/stylesheets/style-wpcom.scss

@@ -1,3 +1,4 @@
+/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
 /**
  * WordPress.com specific styles
  *

File diff ditekan karena terlalu besar
+ 147 - 244
altofocus/style.css


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini