Index: web-extra/martin.css.pp
==================================================================
--- web-extra/martin.css.pp
+++ web-extra/martin.css.pp
@@ -598,39 +598,37 @@
     padding: 0 0.1em;
     margin: 0 0.4em 0 0;
     text-decoration: none !important;
 }
 
-/* ******* (Mobile first) Journal View styling *******
+/* ******* (Mobile first) “Short” list styling *******
  */
 
 section.content-block {
 }
 
-ul.article-list {
-    margin-top: ◊x-lineheight[1];
-    padding: 0;
-}
-
-ul.article-list li {
-    list-style-type: none;
-    display: block;
-    margin: 0;
-    padding: 0; 
-    margin-bottom: ◊x-lineheight[1];
-}
-
-ul.article-list li>a {
-    display: block;
-}
-
-div.article-list-date {
-    color: #999;
-}
-
-div.article-list-title {
-    font-size: 1.2rem;
+article.short-listing {
+    margin: ◊x-lineheight[1] 0;
+    padding: 0;
+    display: block;
+    border: none;
+    box-shadow: none;
+}
+
+article.short-listing a {
+    display: block;
+}
+
+article.short-listing time {
+    color: #999;
+}
+
+article.short-listing h3 {
+    font-size: 1.2rem;
+    margin: 0;
+    padding: 0;
+    font-weight: normal;
 }
 
 /* ******* (Mobile first) Columnar series list styling *******
  */