Skip to content

Commit

Permalink
Merge pull request #7 from NiGhTTraX/5-demo-remove-empty-slot-numbers
Browse files Browse the repository at this point in the history
5 demo remove empty slot numbers
  • Loading branch information
NiGhTTraX committed Jun 30, 2014
2 parents 2864805 + 68c286d commit 29db33f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
13 changes: 0 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ <h1>
<div id="demo">
<p>I'm a fsortable. I can hold 5 items.</p>
<div class="demo">
<div class="bg">
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
</div>

<div class="fs">
<div class="fsortable-empty"></div>
<div class="fsortable-empty"></div>
Expand All @@ -63,11 +55,6 @@ <h1>

<p>I'm a connected fsortable. I can hold 3 items.</p>
<div class="demo">
<div class="bg">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
<div class="fs">
<div class="fsortable-empty"></div>
<div class="item">b</div>
Expand Down
18 changes: 0 additions & 18 deletions stylesheets/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@
margin-bottom: 25px;
}

.bg {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.bg div {
float: left;
height: 20px;
width: 20px;
border: 1px solid #aaa;
padding: 20px;
margin: 10px;
text-align: center;
opacity: 0.4;
}

.fs {
position: absolute;
left: 0;
Expand Down

0 comments on commit 29db33f

Please sign in to comment.