summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-12-01 04:12:23 +0000
committerGo MAEDA <maeda@farend.jp>2022-12-01 04:12:23 +0000
commit7c15165a225ec8d219ce7f034dc189daf0910370 (patch)
treedc687f42d9533767044c239e0487016ecd2069a6
parent5d0dc65ebe6489ef3d59f57636dd4845a142e374 (diff)
downloadredmine-7c15165a225ec8d219ce7f034dc189daf0910370.tar.gz
redmine-7c15165a225ec8d219ce7f034dc189daf0910370.zip
Merged r21972 from trunk to 4.2-stable (#37983).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21974 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/help/wiki_syntax.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/wiki_syntax.css b/public/help/wiki_syntax.css
index 86602281f..a5f613599 100644
--- a/public/help/wiki_syntax.css
+++ b/public/help/wiki_syntax.css
@@ -2,7 +2,7 @@ h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; colo
body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
table th { padding-top: 1em; }
-table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;}
+table td { background-color: #f5f5f5; height: 2em; vertical-align: middle;}
table td code { font-size: 1.2em; }
table td h1 { font-size: 1.8em; text-align: left; }
table td h2 { font-size: 1.4em; text-align: left; }