# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 18:44:54 # Node ID 03d129da0e17bdee3eab849109baf45bef321359 # Parent f2194318b462371633f1a55fe22aa38dbfe08976 pull requests: use explicit img sizes to avoid reflowing after the graph has been rendered diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -16,12 +16,12 @@ %if cs.raw_id in c.statuses:
- +
%endif ${cs.date} -
gravatar
+
gravatar
${h.person(cs.author)}
${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=cs.raw_id))}