diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-21 11:35:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-21 11:35:02 +0000 |
commit | 9ebcb1e734935559675dfa14898d2bf8b72eed4e (patch) | |
tree | 882a0b46dabf0359c7ba79c95debdd7b4e5b3425 | |
parent | 36c35080b2104afad5dad29506e81d40dc08b1de (diff) | |
download | redmine-9ebcb1e734935559675dfa14898d2bf8b72eed4e.tar.gz redmine-9ebcb1e734935559675dfa14898d2bf8b72eed4e.zip |
Merged r12435 (#15741).
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12436 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 717984084..53a470716 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -437,7 +437,7 @@ ul.projects li {list-style-type:none;} #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; } .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; } -#notified-projects ul, #tracker_project_ids ul, #custom_field_project_ids ul {max-height:250px; overflow-y:auto;} +#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;} #related-issues li img {vertical-align:middle;} |