c2b4fd15 by Jeff Balicki

SSSS

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0eef9c67
......@@ -20330,6 +20330,7 @@ ul.sf_date_field .sf-datepicker {
display: inline-block;
text-decoration: none !important;
margin-top: 0.625rem;
font-style: italic;
}
.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.
......@@ -26251,7 +26251,7 @@
li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
}
if (post_obj['text']) {
li += "<p>" + post_obj['text'] + "</p>";
li += "<p>" + post_obj['text'] + "...</p>";
}
if (post_obj['date']) {
li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
......@@ -26268,7 +26268,7 @@
li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
}
if (post_obj['text']) {
li += "<p>" + post_obj['text'] + "</p>";
li += "<p>" + post_obj['text'] + "...</p>";
}
if (post_obj['article_author']) {
li += "<span class='author-name'>" + post_obj['article_author'] + " | </span>";
......
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.
......@@ -15,7 +15,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
}
if(post_obj['text']) {
li += "<p>"+post_obj['text']+"</p>";
li += "<p>"+post_obj['text']+"...</p>";
}
if(post_obj['date']) {
li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>";
......@@ -32,7 +32,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
}
if(post_obj['text']) {
li += "<p>"+post_obj['text']+"</p>";
li += "<p>"+post_obj['text']+"...</p>";
}
if(post_obj['article_author']) {
li += "<span class='author-name'>"+post_obj['article_author']+" | </span>";
......
......@@ -219,6 +219,7 @@
display: inline-block;
text-decoration: none !important;
margin-top: 0.625rem;
font-style: italic;
}
.author-name {
font-size:0.875rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.54
Version: 1.0.55
*/
\ No newline at end of file
......