summaryrefslogtreecommitdiff
path: root/impattern/im/imdither/test.html
diff options
context:
space:
mode:
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>