From: Oleg Broytman Date: Mon, 11 Jun 2018 12:11:17 +0000 (+0300) Subject: Fix(web): Draw vertical lines between column X-Git-Tag: 0.1.4~5 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=5df964d8c2004c35349a40d74def41c60a82006a Fix(web): Draw vertical lines between column [skip ci] --- diff --git a/m_librarian/web/static/style.css b/m_librarian/web/static/style.css index 6e73187..5b80535 100644 --- a/m_librarian/web/static/style.css +++ b/m_librarian/web/static/style.css @@ -40,5 +40,7 @@ tr:hover { td, th { text-align: left; - margin-left: 2ex; + padding-left: 5px; + padding-right: 5px; + border-left: 1px solid black; }