diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index f06fe567c..fe7d9f5ac 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -9,8 +9,26 @@ The CSS files reside in the **css/** folder and should be included in the templa .. code-block:: php `_ + Standard layout =============== To use the commonly used layout consisting of sidebar navigation and content the **app-navigation** and **app-content** ids can be used: diff --git a/developer_manual/app/js.rst b/developer_manual/app/js.rst index f1e723cd6..63794b91b 100644 --- a/developer_manual/app/js.rst +++ b/developer_manual/app/js.rst @@ -9,7 +9,11 @@ The JavaScript files reside in the **js/** folder and should be included in the .. code-block:: php `_. A nice tutorial screencast collection can be found on `Egghead.io `_ @@ -38,4 +42,4 @@ Full URLs can be genrated by using: .. code-block:: js - var authorUrl = OC.generateUrl('/apps/myapp/authors/1'); \ No newline at end of file + var authorUrl = OC.generateUrl('/apps/myapp/authors/1');