summaryrefslogtreecommitdiffstats
path: root/public/help/wiki_syntax.css
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-09-30 13:28:50 +0000
committerGo MAEDA <maeda@farend.jp>2019-09-30 13:28:50 +0000
commit14053203c0b4a65d7c677ba77fe42603cabcde37 (patch)
tree1d2eea4f2cb4a29b93987a1fc9c81637facbacf0 /public/help/wiki_syntax.css
parentb0f1175e3eeacbc66cf797c82e9ea7465e6bbf8d (diff)
downloadredmine-14053203c0b4a65d7c677ba77fe42603cabcde37.tar.gz
redmine-14053203c0b4a65d7c677ba77fe42603cabcde37.zip
Add links to the detailed Wiki formatting help in Quick Reference (#32169).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18571 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/wiki_syntax.css')
-rw-r--r--public/help/wiki_syntax.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/help/wiki_syntax.css b/public/help/wiki_syntax.css
index 597df47b1..86602281f 100644
--- a/public/help/wiki_syntax.css
+++ b/public/help/wiki_syntax.css
@@ -11,8 +11,13 @@ table td h3 { font-size: 1.2em; text-align: left; }
table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; }
table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; }
+a, a:link, a:visited{ color: #169; text-decoration: none; }
+a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
+
.syntaxhl .mi { color: #0000DD; font-weight: bold }
.syntaxhl .nf { color: #0066BB; font-weight: bold }
.syntaxhl .k { color: #008800; font-weight: bold }
.syntaxhl .nb { color: #007020 }
.syntaxhl .s1 { background-color: #fff0f0 }
+
+span.more_info { font-weight: normal; }