There were a few changes to some sass files that fixed some syntax errors while compiling.
@@ -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 @@
max-width: calc( 100% - #{($gutter * 3)} );
- max-height: calc( 100% - #{( $gutter * 3 )};
+ max-height: calc( 100% - #{( $gutter * 3 )});
@@ -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,
@@ -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 {
@@ -1,3 +1,4 @@
+/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
/**
* WordPress.com specific styles
*