This commit is contained in:
parent
2731678878
commit
342ed91768
@ -24,9 +24,9 @@ $(document).ready(function () {
|
||||
spacer: '.aside_spacer'
|
||||
});
|
||||
}*/
|
||||
$('#right_aside_wrapper').css('position', 'fixed');
|
||||
$('#right_aside_wrapper').css('top', '63px');
|
||||
$('#right_aside_wrapper').css('width', '274px');
|
||||
$('#left_aside_wrapper,#right_aside_wrapper').css('position', 'fixed');
|
||||
$('#left_aside_wrapper,#right_aside_wrapper').css('top', '63px');
|
||||
$('#left_aside_wrapper,#right_aside_wrapper').css('width', '274px');
|
||||
$('#expand-aside').on('click', toggleAside);
|
||||
|
||||
$('section').on('click', function () {
|
||||
|
Reference in New Issue
Block a user