summaryrefslogtreecommitdiff
path: root/im/imdither/test.html
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
commitca7216ef0777de4ea226c6d672c4862362f9e74c (patch)
tree35444af3fe7159efb6c6358a21b1c1867e4fd6fd /im/imdither/test.html
parent08640b7ab204e99463f37e5efb4af28f091c0b61 (diff)
finalizing
Diffstat (limited to 'im/imdither/test.html')
-rwxr-xr-xim/imdither/test.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/im/imdither/test.html b/im/imdither/test.html
deleted file mode 100755
index 9d70c04..0000000
--- a/im/imdither/test.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
- <head>
- </head>
- <body>
- <div class="master">
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
-
- <div class='wedge'>
- </div>
-
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- <div class='wedge'>
- </div>
- </div>
- <script type="text/javascript">
- $(function(){
- $('.master').masonry({
- // options
- itemselector : '.wedge',
- columnwidth : 240
- });
- });
-
- </script>
-
- </body>
-</html>