diff options
author | Munyoki Kilyungi | 2024-09-04 12:55:53 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-05 16:41:17 +0300 |
commit | e3b91264086d62e693676d9ece4f75def3540465 (patch) | |
tree | 49ec91b58a74d8a4fc785856f015ac72b866aea0 /gn2/wqflask/templates | |
parent | 233d4b7725849c246f646a54b33e2106fbf2e4bc (diff) | |
download | genenetwork2-e3b91264086d62e693676d9ece4f75def3540465.tar.gz |
Use bootstrap's contextual text colors.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/wiki/history.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html index 77c8e9f7..0ca4f5e7 100644 --- a/gn2/wqflask/templates/wiki/history.html +++ b/gn2/wqflask/templates/wiki/history.html @@ -1,10 +1,6 @@ {% extends "base.html" %} {% block css %} <style type="text/css"> - h3 { - color: #336699; - } - table tbody th { width: 18em; } @@ -24,8 +20,8 @@ {% block content %} {{ flash_me() }} <div class = "container container-fluid"> - <h2>GeneWiki Entry History</h2> - <h3> + <h2 class="text-info">GeneWiki Entry History</h2> + <h3 class="text-info"> <strong>Most Recent Version:</strong> </h3> <table class="table table-responsive table-bordered"> @@ -78,7 +74,7 @@ {% endif %} </tbody> </table> - <h3> + <h3 class="text-info"> <strong>Previous Version:</strong> </h3> {% for version in previous_versions %} |