diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 22:16:16 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 22:16:16 +0200 |
| commit | 3e3dfcc65e13be5a49423bb90fc12e67f6b613dd (patch) | |
| tree | 450ed5b99de648f2a9b86720ecb82fba62cfe50c /templates/index.php | |
| parent | cd37bde4ef0747a11c1221e937027fe17f2894fe (diff) | |
| download | grauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.tar.gz grauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.zip | |
show tags and note titles in the notebook
Diffstat (limited to 'templates/index.php')
| -rw-r--r-- | templates/index.php | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/templates/index.php b/templates/index.php index bc51f4b..ac6dcfe 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,33 +1,4 @@ -<style type="text/css"> -.app-grauphel #app-content { - box-sizing: border-box; - padding: 2ex; -} - -.app-grauphel #app-content h1 { - font-weight: bold; - font-size: 2em; - margin-bottom: 1ex; -} -.app-grauphel #app-content h2 { - font-weight: bold; - font-size: 150%; - margin-bottom: 1ex; - margin-top: 2ex; -} -.app-grauphel #app-content dt { - font-weight: bold; -} -.app-grauphel #app-content dd { - margin-left: 3ex; -} -.app-grauphel #app-content pre { - margin: 1em; - background-color: #DDD; - padding: 1ex; - font-family: monospace; -} -</style> +<link rel="stylesheet" href="<?php p(OCP\Util::linkTo('grauphel','grauphel.css')); ?>" type="text/css"/> <?php /** @var $l OC_L10N */ ?> <?php $_['appNavigation']->printPage(); ?> |
