summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/style.ini
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-10-10 11:12:21 +0100
committerAnika Henke <anika@selfthinker.org>2012-10-10 11:12:21 +0100
commit5db35f6f9b815f87ace9af277ca6e07a6edf9ae7 (patch)
tree0355b8eeea410b7cae5fb03a356ecae536242267 /lib/tpl/dokuwiki/style.ini
parent650d96f6b66b6c10cb0f2e51a75def685e8fb2d3 (diff)
downloadrpg-5db35f6f9b815f87ace9af277ca6e07a6edf9ae7.tar.gz
rpg-5db35f6f9b815f87ace9af277ca6e07a6edf9ae7.tar.bz2
removed template dependencies from underscored CSS files in new default template
Diffstat (limited to 'lib/tpl/dokuwiki/style.ini')
-rw-r--r--lib/tpl/dokuwiki/style.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tpl/dokuwiki/style.ini b/lib/tpl/dokuwiki/style.ini
index 242b43080..d0292e9b1 100644
--- a/lib/tpl/dokuwiki/style.ini
+++ b/lib/tpl/dokuwiki/style.ini
@@ -54,6 +54,9 @@ __background_neu__ = "#ddd"
; border color
__border__ = "#ccc"
+; highlighted text (e.g. search snippets)
+__highlight__ = "#ff9"
+
;--------------------------------------------------------------------------
__background_site__ = "#fbfaf9"
@@ -63,9 +66,6 @@ __link__ = "#2b73b7"
__existing__ = "#080"
__missing__ = "#d30"
-; highlighting search snippets
-__highlight__ = "#ff9"
-
; site and sidebar widths
__site_width__ = "75em"
__sidebar_width__ = "16em"