diff --git a/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css b/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css index 3cfb29d..1acdf93 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css +++ b/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css @@ -270,3 +270,9 @@ text-decoration: underline; } /* ========== */ + +/* Collapse the borders of all tables, as it looks nicer. */ +table +{ + border-collapse: collapse; +}