From dc926422248905493d4c82952d3f1fffa7c2d84f Mon Sep 17 00:00:00 2001 From: Andrea Condoluci Date: Sat, 18 Mar 2017 17:41:43 +0100 Subject: [PATCH] fix lista articoli --- www/css/index.css | 3 +++ www/js/main.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/www/css/index.css b/www/css/index.css index f592a63..de03497 100644 --- a/www/css/index.css +++ b/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; diff --git a/www/js/main.js b/www/js/main.js index 2724a1c..a171449 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -466,7 +466,7 @@ function myJsonCategory(Qcategory, div, addTagCategory) { items.push("
  • " + title + "
    " + cleanTime + "|" + tag + "|
  • "); } else {*/ - items.push("
  • " + title + "
    " + cleanTime + "|
  • "); + items.push("
  • " + title + "
    " + cleanTime + "
  • "); } $("