summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-02 21:00:56 -0500
committerJules Laplace <jules@okfoc.us>2015-12-02 21:01:09 -0500
commitafe471dd05516695ed44eccbe617dae7af4eddbd (patch)
treed69d268553eff8d21538761d63814140c9ff7a14 /StoneIsland/www/index.html
parent393dc6eaf8d5a119c9cf71f1f5dac44abf70db59 (diff)
populate archive..
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 6b786593..7249e157 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -168,16 +168,14 @@
<div class="scroll">
<div class="content">
<script type="text/html" class="template">
- <div class="row">
- <div class="image" style="background-image:url({{image}})"></div>
- <div class="text">
- <h2>
- <b>{{code}}</b><br>
- {{label}}
- </h2>
- <div class="body">
- {{caption}}
- </div>
+ <div class="image" style="background-image:url({{image}})"></div>
+ <div class="text">
+ <h2>
+ <b>{{code}}</b><br>
+ {{label}}
+ </h2>
+ <div class="body">
+ {{caption}}
</div>
</div>
</script>