remove the hack around the hack to fix the hack

pull/1/head
Pierre Bondoerffer 7 years ago
parent addd91cc72
commit 7310960f46
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -274,11 +274,9 @@ define([
if (showingMore) {
$('.cp-more, .cp-callout-more-lessmsg').addClass('cp-hidden');
$('.cp-callout-more-moremsg').removeClass('cp-hidden');
if ( $( window ).width() >991 ) $('.navbar').css('margin-top','-1em');
} else {
$('.cp-more, .cp-callout-more-lessmsg').removeClass('cp-hidden');
$('.cp-callout-more-moremsg').addClass('cp-hidden');
$('.navbar').css('margin-top','0');
}
showingMore = !showingMore;
}

Loading…
Cancel
Save