Fix up some less for supporting the info-pages

This commit is contained in:
Caleb James DeLisle
2017-08-01 11:53:06 +02:00
parent 896186d059
commit cd2b41f51e
7 changed files with 179 additions and 12 deletions

View File

@@ -129,9 +129,12 @@ define([
};
Pages['/contact.html'] = function () {
return h('div#main_other', [
h('center', h('h1', Msg.contact)),
setHTML(h('p'), Msg.main_about_p2)
return h('div#cp-main.cp-page-contact', [
infopageTopbar(),
h('div.container.cp-container', [
h('center', h('h1', Msg.contact)),
setHTML(h('p'), Msg.main_about_p2)
])
]);
};