Skip to content

Commit

Permalink
Commit dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Nov 26, 2017
1 parent b28ed95 commit 351a2cc
Show file tree
Hide file tree
Showing 8 changed files with 3,997 additions and 2,936 deletions.
16 changes: 5 additions & 11 deletions dist/css/lightbox.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* Preload images */
body:after {
content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
display: none;
}

body.lb-disable-scrolling {
html.lb-disable-scrolling {
overflow: hidden;
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
position: fixed;
height: 100vh;
width: 100vw;
}

.lightboxOverlay {
Expand Down Expand Up @@ -146,11 +144,7 @@ body.lb-disable-scrolling {
padding-top: 5px;
*zoom: 1;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/css/lightbox.min.css

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

Loading

0 comments on commit 351a2cc

Please sign in to comment.