Skip to content

Commit

Permalink
Merge pull request #119 from andrewhosgood/master
Browse files Browse the repository at this point in the history
Possibility of different item padding on top and bottom
  • Loading branch information
Himanshu Rajotia committed Nov 2, 2015
2 parents 5a12360 + c2af4ba commit 503c9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-hotgraphic",
"version": "2.0.2",
"version": "2.0.3",
"framework": "^2.0.0",
"homepage": "https://github.com/adaptlearning/adapt-contrib-hotgraphic",
"issues": "https://adaptlearning.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10100&issuetype=1&priority=6&components=10501",
Expand Down
2 changes: 1 addition & 1 deletion less/hotgraphic.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.hotgraphic-popup-toolbar {
position: relative;
background-color: @item-color;
height: (@item-padding * 2) + @icon-size;
height: (@item-padding-top + @item-padding-bottom) + @icon-size;
}

.hotgraphic-popup-nav {
Expand Down

0 comments on commit 503c9c5

Please sign in to comment.