Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5 demo remove empty slot numbers #7

Merged
merged 2 commits into from
Jun 30, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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