diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
| commit | 8d3211f6988c9ccf71ec1b8f7e293f8f4d653250 (patch) | |
| tree | c6e1a4e4a4b8d8b3e4bc9c639e2319e846ec4142 /client/templates | |
| parent | c04a21af7f627969e95626e1d757a02d37710faf (diff) | |
Cleanup final steps
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index 50e29bc..2d7441a 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -29,13 +29,13 @@ </div> <div class="final" style="display: none"> <canvas id="canvas-final" style="height: 315px; width: 315px;"></canvas> - <div class="dominants"> + <div class="final-dominants"> <div id="dominant1" class="color"></div> <h5>#AABBCC</h5> <div id="dominant2" class="color"></div> <h5>#AABBCC</h5> </div> - <div class="share"> + <div class="share" style="display: none;"> <p>This is your icon! Now what...?</p> <button class="share-instagram">Share on Instagram</button> <button class="share-facebook">Share on Facebook</button> |
