Skip to content

Commit

Permalink
00.01.013 check in
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Jan 3, 2016
1 parent 7ea1491 commit 34be653
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Home.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<h3 class="pTitle"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ul>
<li>Bootstrap V3.3.6</li>
<li>Upgraded to Bootstrap Image Gallery 3.1.3 (https://github.com/blueimp/Bootstrap-Image-Gallery)</li>
<li>Changed CLASS on Title tag for the BlueImp gallery controls.</li>
</ul>

<h4>Version 00.01.12</h4><br />
Expand Down
Binary file modified Resources.zip
Binary file not shown.
Binary file modified install/HammerFlex_00.01.13_Install.zip
Binary file not shown.
Binary file modified install/HammerFlex_00.01.13_Source.zip
Binary file not shown.
11 changes: 11 additions & 0 deletions skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,14 @@ body:last-child .blueimp-gallery-playing > .play-pause {

/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark{ background: none;}


/* pTitle is used for BlueImp photo gallery title h3 */
h3.pTitle {
display: block;
position: absolute;
top: 30px;
margin: 0 auto;
color: #fff;
left: 10px;
}

0 comments on commit 34be653

Please sign in to comment.