summaryrefslogtreecommitdiff
path: root/impattern/im/imdither/test.html
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 02:41:42 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 02:41:42 -0800
commit64f41d53728a966f10aef6d7ffbc00853d754300 (patch)
tree082f17db25c61f66aec87dc47fbc208cb17ca168 /impattern/im/imdither/test.html
parentfab0563ff31365c2396f7353679c8239aed3ce8b (diff)
fixed some basics
Diffstat (limited to 'impattern/im/imdither/test.html')
-rwxr-xr-ximpattern/im/imdither/test.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/impattern/im/imdither/test.html b/impattern/im/imdither/test.html
deleted file mode 100755
index 9d70c04..0000000
--- a/impattern/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>