Browse Source

move examples to sandbox, to avoid confusion

pull/829/head
David DeSandro 10 years ago
parent
commit
f78c0780ba
  1. 2
      sandbox/basic.html
  2. 2
      sandbox/bottom-up.html
  3. 2
      sandbox/cells-by-row.html
  4. 0
      sandbox/combination-filters-inclusive.html
  5. 0
      sandbox/combination-filters.html
  6. 2
      sandbox/filter-sort.html
  7. 2
      sandbox/horizontal-layout-modes.html
  8. 2
      sandbox/insert.html
  9. 0
      sandbox/js/require-js.js
  10. 2
      sandbox/masonry-horizontal.html
  11. 0
      sandbox/masonry.html
  12. 2
      sandbox/require-js.html
  13. 2
      sandbox/right-to-left.html
  14. 0
      sandbox/sandbox.css
  15. 2
      sandbox/sorting.html
  16. 2
      sandbox/stamps.html
  17. 2
      sandbox/transition-bug.html

2
examples/basic.html → sandbox/basic.html

@ -5,7 +5,7 @@
<title>basic</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
</head>
<body>

2
examples/bottom-up.html → sandbox/bottom-up.html

@ -5,7 +5,7 @@
<title>bottom up</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
#stamped .stamp1 {

2
examples/cells-by-row.html → sandbox/cells-by-row.html

@ -5,7 +5,7 @@
<title>cellsByRow</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
.element.alkali { width: 170px; height: 120px; }
.element.alkaline-earth {}

0
examples/combination-filters-inclusive.html → sandbox/combination-filters-inclusive.html

0
examples/combination-filters.html → sandbox/combination-filters.html

2
examples/filter-sort.html → sandbox/filter-sort.html

@ -5,7 +5,7 @@
<title>filter sort</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
#container { width: 100%; }
</style>

2
examples/horizontal-layout-modes.html → sandbox/horizontal-layout-modes.html

@ -5,7 +5,7 @@
<title>horizontal layout modes</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
body, html {
height: 100%;

2
examples/insert.html → sandbox/insert.html

@ -5,7 +5,7 @@
<title>insert</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
</head>
<body>

0
examples/js/require-js.js → sandbox/js/require-js.js

2
examples/masonry-horizontal.html → sandbox/masonry-horizontal.html

@ -5,7 +5,7 @@
<title>horizontal layout modes</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
body, html {
height: 100%;

0
examples/masonry.html → sandbox/masonry.html

2
examples/require-js.html → sandbox/require-js.html

@ -5,7 +5,7 @@
<title>require js</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<script data-main="js/require-js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.js"></script>
</head>

2
examples/right-to-left.html → sandbox/right-to-left.html

@ -5,7 +5,7 @@
<title>right to left</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
#stamped .stamp1 {

0
examples/examples.css → sandbox/sandbox.css

2
examples/sorting.html → sandbox/sorting.html

@ -5,7 +5,7 @@
<title>sorting</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
</head>
<body>

2
examples/stamps.html → sandbox/stamps.html

@ -6,7 +6,7 @@
<title>stamps</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>

2
examples/transition-bug.html → sandbox/transition-bug.html

@ -5,7 +5,7 @@
<title>filter sort</title>
<link rel="stylesheet" href="examples.css" />
<link rel="stylesheet" href="sandbox.css" />
<style>
#container { width: 100%; }
</style>
Loading…
Cancel
Save