From 39c5f65bd076aa1b95eefb28d80de2504bfcd119 Mon Sep 17 00:00:00 2001 From: Pedro Rolon Date: Tue, 16 Oct 2018 10:55:29 -0300 Subject: [PATCH] Modifiqué la calculadora para que admita números con coma! --- ejercicios/calculadora.html | 58 ++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/ejercicios/calculadora.html b/ejercicios/calculadora.html index 33ed50a..c077dc5 100644 --- a/ejercicios/calculadora.html +++ b/ejercicios/calculadora.html @@ -13,7 +13,7 @@ height: 50px; } #borrar_ventana { - width: 165px; + width: 163px; } .boton_accion{ margin-left: 10px; @@ -55,7 +55,7 @@ - + @@ -64,6 +64,7 @@ -- libgit2 0.26.0