Reduce whitespace in Clara categories

This commit is contained in:
David Rowe 2016-12-15 20:33:43 +13:00
parent 16418d52d2
commit 861ce2c27b

View file

@ -172,6 +172,14 @@
'</style>'
);
// Condense space.
$("head").append(
'<style>' +
'div.page-title { line-height: 1.2; font-size: 13px; }' +
'div.page-title-row { padding-bottom: 0; }' +
'</style>'
);
// Update code injected per page displayed.
var currentLocation = "";
var checkLocationInterval = undefined;