diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-19 21:02:39 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-19 21:02:39 +0000 |
commit | a46ed1aa718c1266cef50e665d16b52bf121fcf2 (patch) | |
tree | 8213551946362145a199761f246c0694da6df685 /app/assets | |
parent | 9490154ec575d1d262cd0e5b533b01aca9140c87 (diff) | |
download | redmine-a46ed1aa718c1266cef50e665d16b52bf121fcf2.tar.gz redmine-a46ed1aa718c1266cef50e665d16b52bf121fcf2.zip |
Cleanup wiki syntax files by moving inline style for img border to CSS (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22724 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/wiki_syntax.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/wiki_syntax.css b/app/assets/stylesheets/wiki_syntax.css index a5f613599..01543c359 100644 --- a/app/assets/stylesheets/wiki_syntax.css +++ b/app/assets/stylesheets/wiki_syntax.css @@ -2,6 +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 th img { border: 1px solid #bbb; } 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; } |