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:
parent
e22b9c35f5
commit
9ce2822b3d
1 changed files with 2 additions and 0 deletions
|
@ -902,6 +902,7 @@ header .search_forms,
|
|||
padding: 5px 20px 10px 15px;
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
div.direction {
|
||||
|
@ -1026,6 +1027,7 @@ tr.turn:hover {
|
|||
border-radius: 3px;
|
||||
table-layout: fixed;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
|
||||
th, td {
|
||||
border-bottom: 1px solid $grey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue