Browse Source

fix lista articoli

Andrea Condoluci 7 years ago
parent
commit
dc92642224
2 changed files with 4 additions and 1 deletions
  1. 3 0
      www/css/index.css
  2. 1 1
      www/js/main.js

+ 3 - 0
www/css/index.css

@@ -1173,6 +1173,9 @@ width: 150px;}
   max-height: 30px;
 }
 
+.my-new-list li {
+  border-bottom: 1px solid gray;
+}
 
 #outside, .ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
   background-color: purple !important;

+ 1 - 1
www/js/main.js

@@ -466,7 +466,7 @@ function myJsonCategory(Qcategory, div, addTagCategory) {
                  items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|<span>" + tag + "</span>|</li>");
              }
             else {*/
-                items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
+                items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
 
         }
         $("<ul/>", {