diff options
| author | bnewbold <bnewbold@robocracy.org> | 2019-06-05 22:52:16 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:28:39 -0700 | 
| commit | e6e47c3841ff1ee98fcffaa49b922667a7b3328e (patch) | |
| tree | acd6ad58f653dad85d684c5f943a38100f276c26 /python | |
| parent | 564424cb222c295e7d868b0f60b80078aa62584d (diff) | |
| download | fatcat-e6e47c3841ff1ee98fcffaa49b922667a7b3328e.tar.gz fatcat-e6e47c3841ff1ee98fcffaa49b922667a7b3328e.zip | |
upgrade semantic-ui (via CDN)
Diffstat (limited to 'python')
| -rw-r--r-- | python/fatcat_web/templates/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index ceebf510..9255c9c3 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -15,7 +15,7 @@    <meta name="referrer" content="origin-when-cross-origin">    <meta name="viewport" content="width=device-width, initial-scale=1">    <link rel="stylesheet" -    href="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.2/dist/semantic.min.css" +    href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css"      crossorigin="anonymous">    <style>      {# bnewbold: fix light grey bars in header #} | 
