Forgot to add these layout changes. Everything should work now.
[mediagoblin.git] / mediagoblin / templates / mediagoblin / utils / exif.html
index 0dd187f2ac5480bf87dda7e992ce451f0b5ab602..bd2e3307016750a96c43037b4a5155f67841b254 100644 (file)
@@ -20,7 +20,7 @@
   {% if media.media_data.has_key('exif')
         and app_config['exif_visible']
         and media.media_data.exif.has_key('useful') %}
-    <h4>EXIF</h4>
+    <h3 class="sidedata">EXIF</h3>
     <table>
       {% for key, tag in media.media_data.exif.useful.items() %}
         <tr>