Init ci
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
$(function(){
|
||||
bhPage.init();
|
||||
})
|
||||
|
||||
var bhPage = {
|
||||
init: function(){
|
||||
this.fixPage();
|
||||
},
|
||||
fixPage: function(){
|
||||
$('#player_container').css('left', Math.round(($(window).width() - 950) / 2));
|
||||
$('#main_container').css('margin-left', Math.round(($(window).width() - 950) / 2));
|
||||
}
|
||||
}
|
||||
Vendored
+16
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user