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 1acdf93..66d15ff 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css +++ b/Repositories/otago_eprints/otago_eprints/cfg/static/general/otago.css @@ -271,8 +271,8 @@ } /* ========== */ -/* Collapse the borders of all tables, as it looks nicer. */ -table +/* Collapse the borders of tables where appropriate, as it looks nicer. */ +table.compact { border-collapse: collapse; }