diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-15 19:03:31 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-15 19:03:31 -0700 |
commit | 18821fcbfa9eb38ee0fb0b065d6642b461fed021 (patch) | |
tree | 9fa0f318fbd1fee9c3da04b27b9236110f6a50ab | |
parent | 9b202b026fc886d0e068656fe8cbcc1d2091c318 (diff) | |
download | fatcat-18821fcbfa9eb38ee0fb0b065d6642b461fed021.tar.gz fatcat-18821fcbfa9eb38ee0fb0b065d6642b461fed021.zip |
compact file html table
-rw-r--r-- | python/fatcat/templates/file_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/file_view.html b/python/fatcat/templates/file_view.html index 2934224d..febc2b19 100644 --- a/python/fatcat/templates/file_view.html +++ b/python/fatcat/templates/file_view.html @@ -45,7 +45,7 @@ No known public URL, mirror, or archive for this file. {% endif %} <h3>Checksums</h3> -<table class="ui table"> +<table class="ui compact table"> <thead> <tr><th>Algorithm <th>Value |