Fixed zoom problem for sidebar div in beamer view.
This commit is contained in:
parent
e09388fd6e
commit
206ed7bd8b
@ -12,7 +12,7 @@ function presentation_reload() {
|
||||
$('#content').clearQueue();
|
||||
$('#content').animate({'font-size': data.bigger + '%'}, 200);
|
||||
$('#content li').css({'font-size': data.bigger + '%'}, 200);
|
||||
$('#content div').css({'font-size': 2 * data.bigger + '%'}, 200);
|
||||
$('#content #sidebar').css({'font-size': '16px'}, 0);
|
||||
$('#content').animate({'margin-top': data.up + 'em'}, 200);
|
||||
setTimeout("presentation_reload()", 500);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user