Local modifications
This commit is contained in:
parent
c2b84e8755
commit
1281fc15af
2 changed files with 3 additions and 10 deletions
|
|
@ -22,8 +22,10 @@
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
#dokuwiki__header h1 a {
|
#dokuwiki__header h1 a {
|
||||||
|
font-family: Georgia, serif, sans-serif;
|
||||||
|
font-size: 2em;
|
||||||
|
color: #944;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #00c;
|
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
#dokuwiki__header p.claim {
|
#dokuwiki__header p.claim {
|
||||||
|
|
|
||||||
9
main.php
9
main.php
|
|
@ -88,13 +88,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
<div id="dokuwiki__sitetools">
|
<div id="dokuwiki__sitetools">
|
||||||
<h3 class="a11y"><?php echo $lang['site_tools'] ?></h3>
|
<h3 class="a11y"><?php echo $lang['site_tools'] ?></h3>
|
||||||
<?php tpl_searchform() ?>
|
<?php tpl_searchform() ?>
|
||||||
<ul>
|
|
||||||
<?php tpl_toolsevent('sitetools', array(
|
|
||||||
'recent' => tpl_action('recent', 1, 'li', 1),
|
|
||||||
'media' => tpl_action('media', 1, 'li', 1),
|
|
||||||
'index' => tpl_action('index', 1, 'li', 1),
|
|
||||||
)); ?>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -165,8 +158,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
|
|
||||||
<!-- ********** FOOTER ********** -->
|
<!-- ********** FOOTER ********** -->
|
||||||
<div id="dokuwiki__footer"><div class="pad">
|
<div id="dokuwiki__footer"><div class="pad">
|
||||||
<div class="doc"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div>
|
|
||||||
<?php tpl_license('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
|
|
||||||
</div></div><!-- /footer -->
|
</div></div><!-- /footer -->
|
||||||
|
|
||||||
<?php tpl_includeFile('footer.html') ?>
|
<?php tpl_includeFile('footer.html') ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue