diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index 1f9257f62..cea018ac1 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -1,4 +1,42 @@ +=== CSS === -.. sectionauthor:: Bernhard Posselt \ No newline at end of file +.. sectionauthor:: Bernhard Posselt + +The CSS files reside in the **css/** folder and should be included in the template: + +.. code-block:: php + + +
Your navigation
+
Your content
+ + +Navigation +========== +ownCloud provides a default CSS navigation layout. If list entries should have 16x16 px icons, the **with-icon** class can be added to the base **ul**: + +.. code-block:: html + +
+ +
+ \ No newline at end of file