diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:00:56 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:01:09 -0500 |
| commit | afe471dd05516695ed44eccbe617dae7af4eddbd (patch) | |
| tree | d69d268553eff8d21538761d63814140c9ff7a14 /StoneIsland/www/index.html | |
| parent | 393dc6eaf8d5a119c9cf71f1f5dac44abf70db59 (diff) | |
populate archive..
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 18 |
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> |
