service.Eywa-CMS-Repository-IStorage.factory = 'Eywa\CMS\Repository\Storage\CouchDB'\r
service.Eywa-CMS-Repository-IStorage.option.database = empty\r
\r
+service.Eywa-Application-IFileLoaderFactory = 'Eywa\CMS\Application\FileLoaderFactory'\r
+\r
\r
[production < common]\r
; common database connection\r
protected function createComponentNavigation()
{
$navigation = new Navigation;
- $navigation->setRoot('');
- $navigation->add('/');
+ $navigation->setRoot('//www');
+ $navigation->add('//www');
$navigation->setOrder('position');
return $navigation;
}
class Overview extends Base
{
- public function renderDefault($path = '')
+ public function renderDefault($path)
{
$this->template->list = $this['overview']->getDocuments();
}
</div>
<div id="header">
- <a id="logo" href="{dlink ''}" title="">Název</a>
+ <a id="logo" href="{dlink '//www'}" title="">Název</a>
<div id="navcontainer">
{control navigation}
-Subproject commit b4e7e4810ff0c0c8cef4a626805f6a50dab5a9c1
+Subproject commit eb2bf32f37c6f09c983b6bdc882342e357324c8d
--- /dev/null
+body {}
+
+p, ol, ul {padding-bottom: 10px;}
+ol, ul {font-size: 1.5em; margin-left: 30px; line-height: 1.5em;}
+ol>li, ul>li {list-style-type: circle;}
+ol ol, ol ul, ul ol, ul ul {padding-bottom: 0px; margin-left: 15px;}
+li li {list-style-type: square;}
\ No newline at end of file
* {margin: 0; padding: 0; list-style:none;}\r
html {font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; height: 100%;}\r
body {height: 100%;}\r
-body#tinymce {}\r
\r
\r
/* BASIC */\r
\r
\r
/* CONTENT */\r
-#container, body#tinymce {\r
+#container {\r
p, ol, ul {padding-bottom: 10px;}\r
ol, ul {font-size: 1.5em; margin-left: 30px; line-height: 1.5em;\r
&>li {list-style-type: circle;}\r
--- /dev/null
+*
+!.gitignore