diff options
author | Alexander Kabui | 2020-12-07 18:19:12 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-12-07 18:19:12 +0300 |
commit | 3427b508af37c56baefa55a7cb3cce4821ecfd42 (patch) | |
tree | d02147f56ba3f53425a946318eeeca4611b81dcb /wqflask/wqflask/templates | |
parent | eb149f0b380196c72fc9e19147f9b583d641b98d (diff) | |
download | genenetwork2-3427b508af37c56baefa55a7cb3cce4821ecfd42.tar.gz |
add non-responsive bootstrap css
Diffstat (limited to 'wqflask/wqflask/templates')
-rw-r--r-- | wqflask/wqflask/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 2608fa6c..acb8d309 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -16,7 +16,7 @@ <link rel="apple-touch-icon" type="image/png" sizes="64x64" href="/static/new/images/CITGLogo.png"> <link REL="stylesheet" TYPE="text/css" href="{{ url_for('css', filename='bootstrap/css/bootstrap.css') }}" /> <link REL="stylesheet" TYPE="text/css" href="/static/new/css/bootstrap-custom.css" /> - <link REL="stylesheet" TYPE="text/css" href="/static/packages/bootstrap/css/non-responsive.css" /> + <link REL="stylesheet" TYPE="text/css" href="/static/new/css/non-responsive.css" /> <link REL="stylesheet" TYPE="text/css" href="/static/new/css/docs.css" /> <link rel="stylesheet" type="text/css" href="/static/packages/colorbox/example4/colorbox.css" /> <!--<link rel="stylesheet" type="text/css" href="/static/new/css/main.css" />--> |