[Pkg-owncloud-commits] [owncloud-doc] 91/227: correct folder-icon class to icon-folder

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:20:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit f3d7e2a3409e17a45544c2f569b43b18f54f26d3
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Sep 11 17:00:23 2014 +0200

    correct folder-icon class to icon-folder
---
 developer_manual/app/css.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst
index fe7d9f5..a0f3d08 100644
--- a/developer_manual/app/css.rst
+++ b/developer_manual/app/css.rst
@@ -62,7 +62,7 @@ ownCloud provides a default CSS navigation layout. If list entries should have 1
 Folders
 -------
 
-Folders are like normal entries and are only supported for the first level. In contrast to normal entries, the links which show the title of the folder need to have the **folder-icon** css class.
+Folders are like normal entries and are only supported for the first level. In contrast to normal entries, the links which show the title of the folder need to have the **icon-folder** css class.
 
 If the folder should be collapsible, the **collapsible** class and a button with the class **collapse** are needed. After adding the collapsible class the folder's child entries can be toggled by adding the **open** class to the list element:
 
@@ -73,7 +73,7 @@ If the folder should be collapsible, the **collapsible** class and a button with
             <li><a href="#">First level entry</a></li>
             <li class="collapsible open">
                 <button class="collapse"></button>
-                <a href="#" class="folder-icon">Folder name</a>
+                <a href="#" class="icon-folder">Folder name</a>
                 <ul>
                     <li><a href="#">Folder contents</a></li>
                     <li><a href="#">Folder contents</a></li>
@@ -93,7 +93,7 @@ The class which should be applied to a first level element (**li**) that hosts o
         <ul class="with-icon">
             <li><a href="#">First level entry</a></li>
             <li class="drag-and-drop">
-                <a href="#" class="folder-icon">Folder name</a>
+                <a href="#" class="icon-folder">Folder name</a>
                 <ul>
                     <li><a href="#">Folder contents</a></li>
                     <li><a href="#">Folder contents</a></li>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list