changeset 96:19b75711215f

Increase header size in snippet_diff template More changes to come for the snippet_diff template, eventually
author dellsystem <ilostwaldo@gmail.com>
date Fri, 31 Aug 2012 02:01:52 -0400
parents fa00a4bacac0
children bf731c77ddf9
files templates/snippet/snippet_diff.djhtml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/snippet/snippet_diff.djhtml
+++ b/templates/snippet/snippet_diff.djhtml
@@ -2,7 +2,7 @@
 
 <div class="info">
   <div class="whitebox">
-    <h3>
+    <h2>
       <span style="float:right;">(<a href="#" onclick="$('#diff').slideUp('fast'); return false;">{% trans "Close" %}</a>)</span>
       {% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %}
       Diff between
@@ -10,7 +10,7 @@
       and
       <a href="{{ fileb_url }}">Snippet #{{ fileb_id }}</a>
       {% endblocktrans %}
-    </h3>
+    </h2>
 
     <pre class="code">{{ difftext|safe }}</pre>
   </div>