Skip to content

Commit

Permalink
Version 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Aug 9, 2016
1 parent e5c7d4b commit 72c8ec3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightgallery.js",
"version": "0.0.2",
"version": "0.0.3",
"description": "Full featured lightbox gallery. Zero dependencies",
"main": [
"dist/js/lightgallery.min.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/css/lightgallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
.lg-outer .lg-toggle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
Expand All @@ -356,10 +356,10 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
.lg-outer .lg-toggle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
.lg-outer .lg-toggle-thumb:hover {
color: #FFF;
}

Expand Down
Loading

0 comments on commit 72c8ec3

Please sign in to comment.