# HG changeset patch # User Paul Boddie # Date 1318279710 -7200 # Node ID d0aaf815a478f252807e6c9503d6a10d5b0ac894 # Parent 476d910a2c6a464f2755ce83c150267b3aca459e Fixed filediff presentation by preventing the diff region from being hidden as such regions are in the changeset page. diff -r 476d910a2c6a -r d0aaf815a478 themes/mercurialweb/filediff.tmpl --- a/themes/mercurialweb/filediff.tmpl Sun Oct 02 16:45:50 2011 +0200 +++ b/themes/mercurialweb/filediff.tmpl Mon Oct 10 22:48:30 2011 +0200 @@ -49,6 +49,6 @@ -
{diff}
+
{diff}
{footer} diff -r 476d910a2c6a -r d0aaf815a478 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Sun Oct 02 16:45:50 2011 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Mon Oct 10 22:48:30 2011 +0200 @@ -449,6 +449,10 @@ content: ''; } +.diff.specific div { + display: block !important; +} + .diff div:not(:target) { display: none; }