Fix border spacing for sidebar tags and routing tables

The reset code for border spacing was removed in 5c933868db and
led to minor artifacts in these two tables.
This commit is contained in:
Andy Allan 2020-01-30 13:34:29 +01:00
parent e22b9c35f5
commit 9ce2822b3d

View file

@ -902,6 +902,7 @@ header .search_forms,
padding: 5px 20px 10px 15px; padding: 5px 20px 10px 15px;
width: 100%; width: 100%;
border-collapse: separate; border-collapse: separate;
border-spacing: 0;
} }
div.direction { div.direction {
@ -1026,6 +1027,7 @@ tr.turn:hover {
border-radius: 3px; border-radius: 3px;
table-layout: fixed; table-layout: fixed;
border-collapse: separate; border-collapse: separate;
border-spacing: 0;
th, td { th, td {
border-bottom: 1px solid $grey; border-bottom: 1px solid $grey;