diff options
author | Simon Rettberg | 2018-02-08 15:09:49 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-02-08 15:09:49 +0100 |
commit | 75df771501f5143b13fdc0b588338838c653c03c (patch) | |
tree | ad103ce14172899547cf143d1fd10b0463a0da7c /modules-available | |
parent | [exams/roomplanner] Hybrid PVS managers become dedicated in exam mode (diff) | |
download | slx-admin-75df771501f5143b13fdc0b588338838c653c03c.tar.gz slx-admin-75df771501f5143b13fdc0b588338838c653c03c.tar.xz slx-admin-75df771501f5143b13fdc0b588338838c653c03c.zip |
[exams] Fix table design
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/exams/templates/page-exams.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/exams/templates/page-exams.html b/modules-available/exams/templates/page-exams.html index bb6cbd0a..201a5733 100644 --- a/modules-available/exams/templates/page-exams.html +++ b/modules-available/exams/templates/page-exams.html @@ -5,7 +5,7 @@ </div> <div class="panel-body"> <div class="slx-space"> - <table class="table table-bordered stupidtable"> + <table class="table stupidtable"> <thead> <tr> <th data-sort="int">{{lang_id}}</th> |