aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/file_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-30 23:35:05 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-30 23:35:05 -0700
commit7233c2b12ada5cccda0a30fd74d127df711aa279 (patch)
tree275226c9dd1c34f5a72184de961a116f41587653 /python/fatcat/templates/file_view.html
parent5e2fecf4b81a878ec4321cdd85d6a594e94c1eb2 (diff)
downloadfatcat-7233c2b12ada5cccda0a30fd74d127df711aa279.tar.gz
fatcat-7233c2b12ada5cccda0a30fd74d127df711aa279.zip
larger font (slightly)
Diffstat (limited to 'python/fatcat/templates/file_view.html')
-rw-r--r--python/fatcat/templates/file_view.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/fatcat/templates/file_view.html b/python/fatcat/templates/file_view.html
index e42d7d75..8ded9ced 100644
--- a/python/fatcat/templates/file_view.html
+++ b/python/fatcat/templates/file_view.html
@@ -11,7 +11,7 @@
<div class="ui stackable mobile reversed grid centered">
<div class="one wide column"></div>
-<div class="ten wide column">
+<div class="ten wide column" style="font-size: 16px;">
{% if file.extra != None %}
<h3>Extra Metadata (raw JSON)</h3>
@@ -51,15 +51,15 @@ No known public URL, mirror, or archive for this file.
<tbody>
{% if file.sha1 != None %}
<tr><td>SHA-1
- <td><code>{{ file.sha1 }}
+ <td><small><code>{{ file.sha1 }}</code></small>
{% endif %}
{% if file.sha1 != None %}
<tr><td>SHA-256
- <td><code>{{ file.sha256 }}
+ <td><small><code>{{ file.sha256 }}</code></small>
{% endif %}
{% if file.md5!= None %}
<tr><td>MD5
- <td><code>{{ file.md5 }}
+ <td><small><code>{{ file.md5 }}</code></small>
{% endif %}
</table>