1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00

Revert "Fix blog post preview"

This reverts commit 8a3218b030.
This commit is contained in:
vrde 2015-11-03 16:43:55 +01:00
parent 2b73f15949
commit a3c64f89c8
4 changed files with 3 additions and 14 deletions

View File

@ -2234,10 +2234,6 @@ header + .chevron-divider {
width: 100%;
}
}
.blog-features .blog .excerpt {
margin: 0 10px;
min-height: auto;
}
.blog-features .blog div {
background-color: white;
padding-bottom: 15px;

File diff suppressed because one or more lines are too long

View File

@ -930,11 +930,6 @@ header + .chevron-divider {
.ttl-columns.column-3;
margin-bottom: 40px;
.excerpt {
margin: 0 10px;
min-height: auto;
}
div {
background-color: white;
padding-bottom: 15px;

View File

@ -348,9 +348,7 @@ class Subtemplate {
$blogFeatures .= "<a href='{$url}'><article class='blog'><div>
<img src='{$image}' alt='{$postTitle} Image'>
<h2>{$title}</h2>
<h1>{$postTitle}</h1>
<div class='excerpt'>{$content}</div>
</div>
<h1>{$postTitle}</h1></div>
</article></a>";
}
@ -1210,4 +1208,4 @@ class Subtemplate {
return $result;
}
}
}