diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/dokuwiki/css/pagetools.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tpl/dokuwiki/css/pagetools.less b/lib/tpl/dokuwiki/css/pagetools.less index 145287f7a..ecb3038c3 100644 --- a/lib/tpl/dokuwiki/css/pagetools.less +++ b/lib/tpl/dokuwiki/css/pagetools.less @@ -169,7 +169,7 @@ * page tools without highlighting * * @param string @action The action class - * @param int @position Position in the page tools + * @param int @position Position in the page tools sprite */ .pagetools-item(@action, @position) { @position-active: (@position+0.5); @@ -201,7 +201,7 @@ * page tools with highlighting * * @param string @action The action class - * @param int @position Position in the page tools + * @param int @position Position in the page tools sprite * @param string @mode The mode in which this tool should be highlighted */ .pagetools-item(@action, @position, @mode) { |