fix styles overlapping

This commit is contained in:
Pierre Bondoerffer
2017-08-04 17:44:02 +02:00
parent 1db41dd17b
commit e333e7903d
6 changed files with 11 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ define([
var footerCol = function (title, L, literal) {
return h('div.col', [
h('ul.list-unstyled', [
h('li.cp-title', {
h('li.footer-title', {
'data-localization': title,
}, title? Msg[title]: literal )
].concat(L.map(function (l) {