web/data/cubicweb.rhythm.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 29 Apr 2010 08:39:13 +0200
changeset 5480 2d5c46e78ae9
child 5478 c52124b7a00e
permissions -rw-r--r--
[css] introducing scale and rhythm composition

$(document).ready(function() {
    $('a.rhythm').click(function (event){
        $('div#pageContent').toggleClass('rhythm_bg');
	event.preventDefault();
	});
    });