Project

General

Profile

Actions

Defect #37983

closed

Duplicate vertical-align property in wiki_syntax.css

Added by Go MAEDA over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The vertical-align property is written twice for `table td`. The patch below removes the first one that will be ignored by browsers.

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; }
Actions #1

Updated by Go MAEDA over 1 year ago

  • Target version changed from 4.2.10 to 4.2.9
Actions #2

Updated by Go MAEDA over 1 year ago

  • Tracker changed from Patch to Defect
  • Assignee set to Go MAEDA
  • Resolution set to Fixed
Actions #3

Updated by Go MAEDA over 1 year ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF