LeireTedCas commited on
Commit
6ea7e0a
1 Parent(s): 3d692dc

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +4 -1
templates/guia_visual.html CHANGED
@@ -99,9 +99,12 @@
99
 
100
 
101
 
102
- <input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
103
 
 
 
104
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
 
105
  <br>
106
  <hr/>
107
  {% endfor %}
 
99
 
100
 
101
 
102
+ <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
103
 
104
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
105
+ <input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: left center;" onclick="location.href='{{ url }}'">
106
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
107
+
108
  <br>
109
  <hr/>
110
  {% endfor %}