Skip to content

Commit

Permalink
title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinfeltes committed Oct 3, 2024
1 parent ac0aed1 commit 00faab5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/v_latest/income_tax.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ h1 {
text-align: center;
}

h4 {
h3 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: #007bc1;
text-align: center;
}

h4{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: #7f1954;
text-align: center;
}

fieldset {
min-width: 80%;
border-radius: 10px;
Expand Down
2 changes: 1 addition & 1 deletion docs/v_latest/income_tax.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ $(document).ready(function() {
monthly_payement = monthly_payement.toFixed(2);

var result_div = document.getElementById("text_total");
mytext = "Monto a pagar:".concat(" $ ", monthly_payement, " promedio mensual");
mytext = "Monto a pagar:".concat(" $ ", monthly_payement, " en el mes");
result_div.textContent = mytext;
$("#text_total").show();
});
Expand Down
4 changes: 2 additions & 2 deletions docs/v_latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</html>

<fieldset>
<h1 style="text-align: center">IMPUESTO A LAS GANANCIAS 2022</h1>
<h3>Empleados en relación de dependencia</h3>
<h1 style="text-align: center">IMPUESTO A LAS GANANCIAS 2024</h1>
<h3>Empleados en relación de dependencia - Estimación mensual</h3>
<h4>
El resultado de esta calculadora se estima en función de los supuestos (el monto en la realidad
puede diferir por varias circunstancias)
Expand Down

0 comments on commit 00faab5

Please sign in to comment.