fix lista articoli
This commit is contained in:
parent
21e630bded
commit
dc92642224
2 changed files with 4 additions and 1 deletions
|
@ -1173,6 +1173,9 @@ width: 150px;}
|
||||||
max-height: 30px;
|
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 {
|
#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;
|
background-color: purple !important;
|
||||||
|
|
|
@ -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>");
|
items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|<span>" + tag + "</span>|</li>");
|
||||||
}
|
}
|
||||||
else {*/
|
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/>", {
|
$("<ul/>", {
|
||||||
|
|
Loading…
Reference in a new issue