summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-29 16:07:13 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-29 16:07:13 +0000
commit085be412d466116395b586a8ff6d544858028ce7 (patch)
tree632fa50c9e3df58c704fb311958a00d85745a016
parent0a76802b3644673ece895e24ba708fc7e1f5ee76 (diff)
downloadrpg-085be412d466116395b586a8ff6d544858028ce7.tar.gz
rpg-085be412d466116395b586a8ff6d544858028ce7.tar.bz2
added comment header to pagetools.css
-rw-r--r--css/pagetools.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/css/pagetools.css b/css/pagetools.css
index 8842a5bea..a25032f0b 100644
--- a/css/pagetools.css
+++ b/css/pagetools.css
@@ -1,5 +1,10 @@
-
-/*____________ page tools ____________*/
+/**
+ * This file provides the styles for the page tools
+ * (fly out navigation beside the page to edit, etc).
+ *
+ * @author Anika Henke <anika@selfthinker.org>
+ * @author Andreas Gohr <andi@splitbrain.org>
+ */
#dokuwiki__site .site {
/* give space to the right so the tools won't disappear on smaller screens */
@@ -88,7 +93,8 @@
background-color: __background_alt__;
}
-/* all available icons in sprite */
+/*____________ all available icons in sprite ____________*/
+
#dokuwiki__pagetools ul li a.edit {
background-position: right 0;
}