diff options
Diffstat (limited to 'gn2/wqflask/templates/wiki')
-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"> |