mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:36:41 +02:00
Reduce whitespace in Clara categories
This commit is contained in:
parent
16418d52d2
commit
861ce2c27b
1 changed files with 8 additions and 0 deletions
|
@ -172,6 +172,14 @@
|
||||||
'</style>'
|
'</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.
|
// Update code injected per page displayed.
|
||||||
var currentLocation = "";
|
var currentLocation = "";
|
||||||
var checkLocationInterval = undefined;
|
var checkLocationInterval = undefined;
|
||||||
|
|
Loading…
Reference in a new issue