Selaa lähdekoodia

Added so that the size of the words in the artesano display a little bit bigger

carlos.diaz44 3 vuotta sitten
vanhempi
commit
7c8ca43e8b
2 muutettua tiedostoa jossa 8 lisäystä ja 4 poistoa
  1. 4
    2
      platforms/android/app/src/main/assets/www/index.html
  2. 4
    2
      www/index.html

+ 4
- 2
platforms/android/app/src/main/assets/www/index.html Näytä tiedosto

@@ -573,8 +573,10 @@
573 573
                     <div class = "center"></div>
574 574
                 </ons-toolbar>
575 575
                 <body>
576
-                    <!-- This is where we'll put all the information of that artsts -->
577
-                    <ons-card id="all"></ons-card>
576
+                	<font size="+1">
577
+                    	<!-- This is where we'll put all the information of that artsts -->
578
+                    	<ons-card id="all"></ons-card>
579
+                    </font>
578 580
                 </body>
579 581
                 <script>
580 582
                     //when it opens this page this function starts to run, it first recieves the information that was sent to "artesano.html"

+ 4
- 2
www/index.html Näytä tiedosto

@@ -573,8 +573,10 @@
573 573
                     <div class = "center"></div>
574 574
                 </ons-toolbar>
575 575
                 <body>
576
-                    <!-- This is where we'll put all the information of that artsts -->
577
-                    <ons-card id="all"></ons-card>
576
+                	<font size="+1">
577
+                    	<!-- This is where we'll put all the information of that artsts -->
578
+                    	<ons-card id="all"></ons-card>
579
+                    </font>
578 580
                 </body>
579 581
                 <script>
580 582
                     //when it opens this page this function starts to run, it first recieves the information that was sent to "artesano.html"