Skip to content

Commit

Permalink
Updated distribution to version 1.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Apr 13, 2015
1 parent 9ea0a76 commit afe8512
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion definitions/modules/sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ $.fn.sticky = function(parameters) {

if( module.is.initialPosition() ) {
if(scroll.top >= context.bottom) {
console.log(scroll.top, context.bottom);
module.debug('Element bottom of container');
module.bindBottom();
}
Expand Down
1 change: 1 addition & 0 deletions definitions/views/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
.ui.cards > .card > .image,
.ui.card > .image {
display: block;
flex: 0 0 auto;
position: relative;
padding: @imagePadding;
background: @imageBackground;
Expand Down
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var
Package.describe({
name : 'semantic:ui',
summary : 'Semantic UI - LESS Release of Semantic UI',
version : '1.11.6',
version : '1.11.7',
git : 'git://github.com/Semantic-Org/Semantic-UI-LESS.git',
});

Expand Down Expand Up @@ -172,6 +172,7 @@ Package.onUse(function(api) {
'definitions/views/feed.less',
'definitions/views/item.less',
'definitions/views/statistic.less',
'semantic.less',
'theme.config.example',
'theme.less',
'themes/amazon/elements/button.overrides',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-less",
"version": "1.11.6",
"version": "1.11.7",
"title": "Semantic UI",
"description": "LESS Only distribution of Semantic UI",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit afe8512

Please sign in to comment.