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, 42 insertions, 0 deletions
diff --git a/impattern/im/imdither/test.html b/impattern/im/imdither/test.html
new file mode 100755
index 0000000..9d70c04
--- /dev/null
+++ b/impattern/im/imdither/test.html
@@ -0,0 +1,42 @@
+<!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>