Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 88f7b5f

Browse files
committed
mergin
2 parents d6d3d2b + a394df4 commit 88f7b5f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

example/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list-style: none;
2424
margin: 0px;
2525
padding: 80px 40px;
26-
text-align: center
26+
text-align: center;
2727
}
2828

2929
body > ul > ul {
@@ -42,6 +42,14 @@
4242
display: block;
4343
}
4444

45+
body > ul > ul > li:first-child {
46+
margin-top: 0px;
47+
}
48+
49+
body > ul > ul > li:last-child {
50+
margin-bottom: 0px;
51+
}
52+
4553
body > ul > ul > li > img {
4654
margin: 0px;
4755
padding: 0px;

example/js/lockit.example.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ App =
1616

1717
initialize: ->
1818
@columnWidth = @getColumnWidth()
19+
1920
$('body')
2021
.html(@generateFeedHtml())
2122
.find('> ul')
2223
.popLockIt
2324
feedItems : $('body > ul')
2425
columnSelector : '> ul'
25-
margin : 90
2626

2727
getColumnWidth: -> Math.floor($('body').width() / @defaults.numberColumns / 10) * 10 - 40
2828

example/js/lockit.example.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)