d0a025ee by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent dfd196f0
......@@ -20222,7 +20222,7 @@ ul.sf_date_field .sf-datepicker {
font-weight: normal;
display: inline-block;
text-decoration: none !important;
margin-top: 14px;
margin-top: 8px;
}
.article-card .content .author-name {
font-size: 0.875rem;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -26217,7 +26217,7 @@
li += "<div class='image large'><div class='scale-wrapper'><img src='" + post_obj['img_src'] + "' /></div></div>";
}
if (post_obj['title'].length > 100) {
li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span><span class='anchor-dots'></span></div>";
li += "<div class='content reduce'><span class='news-title'>" + post_obj['title'] + "</span></div>";
} else {
li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
}
......@@ -26227,7 +26227,7 @@
if (post_obj['date']) {
li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
}
li += "<span class='anchor-dots'></span></div></a></li>";
li += "</div></a></li>";
} else {
li += "<li class='article-card sm'><a href='" + post_obj['href'] + "'>";
if (post_obj['img_src']) {
......@@ -26253,7 +26253,7 @@
if (post_obj['date']) {
li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
}
li += "<span class='anchor-dots'></span>";
li += "";
li += "</div></li>";
}
mobile_article_list.push(li);
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -10,7 +10,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
li += "<div class='image large'><div class='scale-wrapper'><img src='"+post_obj['img_src']+"' /></div></div>";
}
if(post_obj['title'].length > 100) {
li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span><span class='anchor-dots'></span></div>";
li += "<div class='content reduce'><span class='news-title'>"+post_obj['title']+"</span></div>";
} else {
li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
}
......@@ -20,7 +20,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
if(post_obj['date']) {
li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>";
}
li += "<span class='anchor-dots'></span></div></a></li>";
li += "</div></a></li>";
} else {
li += "<li class='article-card sm'><a href='"+post_obj['href']+"'>";
if(post_obj['img_src']) {
......@@ -46,7 +46,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
if(post_obj['date']) {
li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>";
}
li += "<span class='anchor-dots'></span>";
li += "";
li += "</div></li>";
}
mobile_article_list.push(li);
......
......@@ -202,7 +202,7 @@
font-weight: normal;
display: inline-block;
text-decoration: none !important;
margin-top: 14px;
margin-top: 8px;
}
.author-name {
font-size:0.875rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.27
Version: 1.0.28
*/
\ No newline at end of file
......