diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 16:38:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 16:38:41 +0000 |
commit | fae46ea2d80b849686411e2ff31a8bc06945f919 (patch) | |
tree | 902f8b964f14896f436f8458b621aee01a486dda /public/help/no | |
parent | 61fdbfbd79dd248dba4397a5f8ffe3abf408e696 (diff) | |
download | redmine-fae46ea2d80b849686411e2ff31a8bc06945f919.tar.gz redmine-fae46ea2d80b849686411e2ff31a8bc06945f919.zip |
Extract wiki_syntax internal style sheets into an external one (#24800).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@16207 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/no')
-rw-r--r-- | public/help/no/wiki_syntax_markdown.html | 14 | ||||
-rw-r--r-- | public/help/no/wiki_syntax_textile.html | 14 |
2 files changed, 2 insertions, 26 deletions
diff --git a/public/help/no/wiki_syntax_markdown.html b/public/help/no/wiki_syntax_markdown.html index c6f6eff5a..8c7b4f7c7 100644 --- a/public/help/no/wiki_syntax_markdown.html +++ b/public/help/no/wiki_syntax_markdown.html @@ -4,19 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>Wiki formatting</title> -<style type="text/css"> -h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } -body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } -table th { padding-top: 1em; } -table td { vertical-align: top; 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; } -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; } -</style> +<link rel="stylesheet" type="text/css" href="../wiki_syntax.css" /> </head> <body> diff --git a/public/help/no/wiki_syntax_textile.html b/public/help/no/wiki_syntax_textile.html index 55a900dcf..7107b7ff1 100644 --- a/public/help/no/wiki_syntax_textile.html +++ b/public/help/no/wiki_syntax_textile.html @@ -4,19 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>Wiki formatting</title> -<style type="text/css"> -h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } -body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } -table th { padding-top: 1em; } -table td { vertical-align: top; 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; } -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; } -</style> +<link rel="stylesheet" type="text/css" href="../wiki_syntax.css" /> </head> <body> |