From 8235ac50269bd9928c4efe308e5b8bcaf1277316 Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar> Date: Thu, 6 Sep 2018 11:54:59 -0300 Subject: [PATCH] Agrego iconos --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ed0e7a7..c297529 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ <form class="box" method="post" action="" enctype="multipart/form-data"> <div class="title">Stamp</div> <div class="center_div" id="stamp" ondrop="drop(event)" ondragover="allowDrop(event)"> - <div style="width: 100%; text-align: center; margin-top: 10px" id="stamp_info">Drop file <i class="fa fa-arrow-alt-circle-down"></i></div> + <div style="width: 100%; text-align: center; margin-top: 10px" id="stamp_info">Drop file <span class="glyphicon glyphicon-arrow-down"></span></div> </div> <div id="ots_div" class="center_div"> </div> -- GitLab