Fixes activity list column alignment

This commit is contained in:
Dominique Feyer 2012-02-12 23:08:37 +01:00
parent 3ecace901b
commit f561c54356
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
div#activity dl, #search-results { margin-left: 2em; }
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
div#activity dd, #search-results dd { margin-bottom: 1em; font-size: 0.9em; overflow: hidden; }
div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
div#activity dt.me .time { border-bottom: 1px solid #999; }
div#activity dt .time { color: #777; font-size: 80%; }