Changes color of activity events/search results summary.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2348 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4c312f3d6b
commit
d08ac5628a
|
@ -196,7 +196,7 @@ div#activity dt.me .time { border-bottom: 1px solid #999; }
|
|||
div#activity dt .time { color: #777; font-size: 80%; }
|
||||
div#activity dd .description, #search-results dd .description { font-style: italic; }
|
||||
div#activity span.project:after, #search-results span.project:after { content: " -"; }
|
||||
div#activity dd span.description, #search-results dd span.description { display:block; }
|
||||
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
|
||||
|
||||
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue