diff options
author | Munyoki Kilyungi | 2024-09-04 13:01:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-05 16:41:17 +0300 |
commit | 62c373c939426c1cfc01a7bb4ffe6fcc75252ed1 (patch) | |
tree | fb473e02d18b4bb1ba98e8091b13c435d632ad56 /gn2/wqflask | |
parent | f480ae7bc26334c228f4b157a9faa2597eb84907 (diff) | |
download | genenetwork2-62c373c939426c1cfc01a7bb4ffe6fcc75252ed1.tar.gz |
Delete css block in wiki/history template.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask')
-rw-r--r-- | gn2/wqflask/templates/wiki/history.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html index 649db7d4..bc757603 100644 --- a/gn2/wqflask/templates/wiki/history.html +++ b/gn2/wqflask/templates/wiki/history.html @@ -1,20 +1,4 @@ {% extends "base.html" %} -{% block css %} - <style type="text/css"> - table tbody th { - width: 18em; - } - - table tbody th, - table tbody td { - padding: 3px; - } - - table { - margin-left: 1em; - } - </style> -{% endblock %} {% block content %} {{ flash_me() }} <div class = "container container-fluid"> |