diff --git a/src/static/stylus/base_template.styl b/src/static/stylus/base_template.styl index 53e3e7d8b..1545615e6 100644 --- a/src/static/stylus/base_template.styl +++ b/src/static/stylus/base_template.styl @@ -259,3 +259,16 @@ body.pushable>.pusher .modal max-height 90vh overflow-y scroll + +#version + margin-top 10px + text-align center + font-family monospace + font-size 12px + font-weight bold + padding 5px + color #8b8d8d + +#version a + text-decoration none + color inherit \ No newline at end of file diff --git a/src/templates/base.html b/src/templates/base.html index f6f650d5a..12ef41793 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -227,7 +227,8 @@

CodaBench

- +
v1.1.0
+ {# Admin only user switching #} diff --git a/src/templates/pages/home.html b/src/templates/pages/home.html index 984c245b3..3316a58b5 100644 --- a/src/templates/pages/home.html +++ b/src/templates/pages/home.html @@ -7,7 +7,7 @@ {% block top_div_extra_content %} -
+