diff --git a/index.html b/index.html index 4ee0392..211c392 100644 --- a/index.html +++ b/index.html @@ -58,12 +58,11 @@ }} {{:assign trans_url="%s/acc/transactions/details.php?id=%s"|args:$admin_url:$trans_id}} {{#load type="immo" where="$$.line = :line_id" :line_id=$immo_id|intval}} - {{*:debug info_immo=$info_immo*}} {{:assign duration=$duration}} {{else}} {{:assign duration=null}} {{/load}} - {{*:debug duration=$duration*}} + #{{$trans_id}} {{$trans_date|date_short}} diff --git a/style.css b/style.css index 1cbcfd3..dafb5ce 100644 --- a/style.css +++ b/style.css @@ -2,3 +2,7 @@ pointer-events: none; font-style : oblique; } + +.nombre { + text-align: right !important; +}