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 { ...@@ -20330,6 +20330,7 @@ ul.sf_date_field .sf-datepicker {
20330 display: inline-block; 20330 display: inline-block;
20331 text-decoration: none !important; 20331 text-decoration: none !important;
20332 margin-top: 0.625rem; 20332 margin-top: 0.625rem;
20333 font-style: italic;
20333 } 20334 }
20334 .article-card .content .author-name { 20335 .article-card .content .author-name {
20335 font-size: 0.875rem; 20336 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 @@ ...@@ -26251,7 +26251,7 @@
26251 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>"; 26251 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
26252 } 26252 }
26253 if (post_obj['text']) { 26253 if (post_obj['text']) {
26254 li += "<p>" + post_obj['text'] + "</p>"; 26254 li += "<p>" + post_obj['text'] + "...</p>";
26255 } 26255 }
26256 if (post_obj['date']) { 26256 if (post_obj['date']) {
26257 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>"; 26257 li += "<span class='published'>" + window.POST_LIST_LABELS.published + " " + post_obj['date'] + "</span>";
...@@ -26268,7 +26268,7 @@ ...@@ -26268,7 +26268,7 @@
26268 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>"; 26268 li += "<div class='content'><span class='news-title'>" + post_obj['title'] + "</span>";
26269 } 26269 }
26270 if (post_obj['text']) { 26270 if (post_obj['text']) {
26271 li += "<p>" + post_obj['text'] + "</p>"; 26271 li += "<p>" + post_obj['text'] + "...</p>";
26272 } 26272 }
26273 if (post_obj['article_author']) { 26273 if (post_obj['article_author']) {
26274 li += "<span class='author-name'>" + post_obj['article_author'] + " | </span>"; 26274 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) { ...@@ -15,7 +15,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
15 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>"; 15 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
16 } 16 }
17 if(post_obj['text']) { 17 if(post_obj['text']) {
18 li += "<p>"+post_obj['text']+"</p>"; 18 li += "<p>"+post_obj['text']+"...</p>";
19 } 19 }
20 if(post_obj['date']) { 20 if(post_obj['date']) {
21 li += "<span class='published'>"+window.POST_LIST_LABELS.published+" "+post_obj['date']+"</span>"; 21 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) { ...@@ -32,7 +32,7 @@ function postItem(post_obj, size, sides, side_index, side_alternate, labels) {
32 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>"; 32 li += "<div class='content'><span class='news-title'>"+post_obj['title']+"</span>";
33 } 33 }
34 if(post_obj['text']) { 34 if(post_obj['text']) {
35 li += "<p>"+post_obj['text']+"</p>"; 35 li += "<p>"+post_obj['text']+"...</p>";
36 } 36 }
37 if(post_obj['article_author']) { 37 if(post_obj['article_author']) {
38 li += "<span class='author-name'>"+post_obj['article_author']+" | </span>"; 38 li += "<span class='author-name'>"+post_obj['article_author']+" | </span>";
......
...@@ -219,6 +219,7 @@ ...@@ -219,6 +219,7 @@
219 display: inline-block; 219 display: inline-block;
220 text-decoration: none !important; 220 text-decoration: none !important;
221 margin-top: 0.625rem; 221 margin-top: 0.625rem;
222 font-style: italic;
222 } 223 }
223 .author-name { 224 .author-name {
224 font-size:0.875rem; 225 font-size:0.875rem;
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.54 5 Version: 1.0.55
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......