more minor tweeks and fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-06-06 16:59:32 +04:00
parent 1b99e2a4dd
commit b900d926cd

View File

@ -39,6 +39,7 @@ $(document).ready(function() {
cur.addClass("current-image")
cur.parents(".ribbon").addClass("current-ribbon")
var container = cur.parents('.container')
var field = cur.parents(".field")
@ -175,7 +176,10 @@ function nextImage(){
}
/* single image theme (start everything with .single-image-mode) */
/* single image theme (start everything with .single-image-mode)
*
* XXX need to make this touch friendly...
*/
.single-image-mode .image {
opacity: 0.0;
}
@ -240,4 +244,5 @@ function nextImage(){
<button onclick="showSingle()">single</button>
<button onclick="showRibbon()">ribbon</button>
<!-- vim:set ts=4 sw=4 nowrap : -->