restyle main page and bottom bar

This commit is contained in:
ansuz
2016-07-04 15:19:57 +02:00
parent e2679f1f6d
commit d3825b9644
3 changed files with 14 additions and 251 deletions

View File

@@ -11,6 +11,10 @@ define([
success: function (ret) {
$('iframe').height('96%');
$('body').append(ret);
$('head').append($('<link>', {
rel: 'stylesheet',
href: '/customize/main.css'
}));
}
});
};