diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-04-25 07:23:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-04-25 07:23:16 +0000 |
commit | d950d7325f7f69066f0ed9da2982c147461b5612 (patch) | |
tree | e7f1286b2f0e10ce99700b855efecf6848097969 | |
parent | 737cbcc2e909affdbad1869a40e40cf37f2dd907 (diff) | |
download | redmine-d950d7325f7f69066f0ed9da2982c147461b5612.tar.gz redmine-d950d7325f7f69066f0ed9da2982c147461b5612.zip |
Merged r14201 (#13583).
git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14202 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index d8805ceaa..c33bdb07a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -881,6 +881,7 @@ div.wiki a {word-wrap: break-word;} div.wiki a.new {color: #b73535;} div.wiki ul, div.wiki ol {margin-bottom:1em;} +div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;} div.wiki pre { margin: 1em 1em 1em 1.6em; |