summaryrefslogtreecommitdiff
path: root/template/default
diff options
context:
space:
mode:
Diffstat (limited to 'template/default')
-rw-r--r--template/default/default/style.css5
-rw-r--r--template/default/style.css1
2 files changed, 6 insertions, 0 deletions
diff --git a/template/default/default/style.css b/template/default/default/style.css
index 55cde26..0b57a2f 100644
--- a/template/default/default/style.css
+++ b/template/default/default/style.css
@@ -500,6 +500,11 @@ body.help .heading {
#help .links a {
white-space: nowrap;
}
+#help a ,
+#help a:visited,
+#help a:active {
+ color: blue;
+}
#help .group {
margin-top: 0.6em;
border: 1px solid black;
diff --git a/template/default/style.css b/template/default/style.css
index 9c423f1..888b23b 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -133,6 +133,7 @@ label + input { margin-left: 1em; }
#help .ref_label { font-style: italic; }
#help .links { padding: 5px; background-color: silver; text-align: justify; }
#help .links a { white-space: nowrap; }
+#help a , #help a:visited, #help a:active { color: blue; }
#help .group { margin-top: 0.6em; border: 1px solid black; white-space: normal; }
#help .group p { padding: 5px; }
#help .top_link { text-align: right; font-size: 0.8em; background-color: silver; padding: 1px 5px; margin: 0px; }