fix lista articoli

This commit is contained in:
Andrea Condoluci 2017-03-18 17:41:43 +01:00
parent 21e630bded
commit dc92642224
2 changed files with 4 additions and 1 deletions

View file

@ -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;

View file

@ -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/>", {