Chaning way to load cartoassets stylesheets

This commit is contained in:
Javier Álvarez Medina
2017-05-23 17:54:22 +02:00
parent bbf8a2ba82
commit 007b851962
47 changed files with 179 additions and 275 deletions
+8 -5
View File
@@ -1,8 +1,14 @@
<head>
<link href='../css/cartostyles.css' type='text/css' rel='stylesheet'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
.box {
display: inline-block;
width: 100px;
height: 100px;
text-align: center;
}
</style>
</head>
{{> theme}}
@@ -124,6 +130,3 @@
</div>
{{/each}}
</div>