Add modified sprintdoc SVGs
Copied files from https://git.hamburg.ccc.de/EH22/dokuwiki-template-sprintdoc-modified/src/branch/eh22/img and added `viewBox="0 0 600 600"`
This commit is contained in:
parent
fd4f1a08f8
commit
9d7df8d338
74 changed files with 714 additions and 70 deletions
|
|
@ -3755,7 +3755,7 @@ jQuery(function () {
|
|||
var $icon = jQuery('<span class="ico">').text(text.substr(0, 1).toUpperCase() + text.substr(1, 1).toLowerCase()).wrapInner('<strong>');
|
||||
if (data[1]) {
|
||||
var src = data[1].trim();
|
||||
$icon.load(DOKU_BASE + 'lib/tpl/sprintdoc/svg.php?svg=' + src + '&e=1');
|
||||
$icon.load(DOKU_BASE + 'lib/tpl/sprintdoc/img/' + src);
|
||||
}
|
||||
var $toggler = jQuery('<a>').attr('href', '#').attr('role', 'heading').attr('aria-level', '2').text(text).wrapInner('<span class="lbl">').prepend($icon).data('index', index);
|
||||
$toggler = jQuery('<div class="nav">').prepend($toggler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue