diff options
author | Anika Henke <anika@selfthinker.org> | 2013-08-03 16:07:48 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-08-03 16:07:48 +0100 |
commit | 681ee01735dac6212c68e1f83538bd0888c9ed0c (patch) | |
tree | cd6a7b959f0c0dee81892e9bcd9c8b61eedddf4b /lib/tpl/dokuwiki/css | |
parent | cc57a25b03553bd3f5ec9f6339c47c045e236ec1 (diff) | |
download | rpg-681ee01735dac6212c68e1f83538bd0888c9ed0c.tar.gz rpg-681ee01735dac6212c68e1f83538bd0888c9ed0c.tar.bz2 |
corrected comment in pagetools-item() mixin
Diffstat (limited to 'lib/tpl/dokuwiki/css')
-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) { |