diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:22:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:22:47 -0700 |
commit | afae9d0e21d81257c404ed35318248a2e2f139b9 (patch) | |
tree | 58a72852eb684076229b0b658fa87f63e01aacb5 | |
parent | 938b9333852d43b4f53d2525381096ee66b553f9 (diff) | |
download | fatcat-scholar-afae9d0e21d81257c404ed35318248a2e2f139b9.tar.gz fatcat-scholar-afae9d0e21d81257c404ed35318248a2e2f139b9.zip |
mouse-over explantion for weird lack-of-logo
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 3da5b61..a8de6e4 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -147,7 +147,7 @@ <div class="ui four wide column"> <div style="display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;"> <a href="{{ lang_prefix }}/"> - <span style="font-size: 1.5rem; font-weight: bold;">[scholar.archive.org]</span> + <span style="font-size: 1.5rem; font-weight: bold;" title="this is a placeholder until we get a logo or fancy font">[scholar.archive.org]</span> {# hack to align vertically with search box #} </a> </div> |