Skip to content

Commit

Permalink
Style fixes and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Oct 7, 2015
1 parent 67487b6 commit 4d4f614
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# node
node_modules/*

# osx noise
.DS_Store
profile
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.labelmaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
top: $(this).data('top'),
left: $(this).data('left'),
text: $(this).html()
};
}
}).toArray();
}

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.labelmaker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/labelmaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.labelmaker-container {
position: relative;
overflow: hidden;
margin: auto;
}

.labelmaker-container img {
Expand Down Expand Up @@ -77,6 +78,7 @@
content: '';
height: 12px;
border-radius: 6px;
background: -webkit-linear-gradient(top, rgb(44, 44, 44) 0%, rgb(44, 44, 44) 50%, rgba(55, 35, 18, 0) 100%);
position: absolute;
top: 0;
left: 0;
Expand All @@ -87,6 +89,7 @@
content: '';
height: 12px;
border-radius: 6px;
background: -webkit-linear-gradient(bottom, rgb(44, 44, 44) 0%, rgb(44, 44, 44) 50%, rgba(55, 35, 18, 0) 100%);
position: absolute;
bottom: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/labelmaker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/labelmaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.labelmaker-container {
position: relative;
overflow: hidden;
margin: auto;
}

.labelmaker-container img {
Expand Down

0 comments on commit 4d4f614

Please sign in to comment.