Skip to content

Commit

Permalink
Closses issues #12 and #13, updating to v0.4
Browse files Browse the repository at this point in the history
* Issue #12 - Update to bootstrap v2.2.1
* Issue #13 - Code cleanup: Changed code structure and fixed several bugs
  • Loading branch information
Jason Butz committed Nov 14, 2012
1 parent 7855408 commit 09a0a1b
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 242 deletions.
10 changes: 8 additions & 2 deletions bootstrap-lightbox.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/* =========================================================
* bootstrap-lightbox.css v0.3
* bootstrap-lightbox.css v0.4
*
* =========================================================
* Copyright 2012 Jason Butz
Expand All @@ -20,7 +20,6 @@

.lightbox {
background-color: transparent;
display: block;
text-align: center;
line-height: 0;
z-index: 1050;
Expand Down Expand Up @@ -58,4 +57,11 @@
.lightbox-header .close:hover {
opacity: .4;
filter: alpha(opacity=40);
}

.lightbox.hide {
display: none;
}
.lightbox.in {
display: block;
}
Loading

0 comments on commit 09a0a1b

Please sign in to comment.