]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Fix border spacing for sidebar tags and routing tables
[rails.git] / app / assets / stylesheets / common.scss
index ae3b7c954c1cccb98f01d2655580bc5e203ca213..d3382eb3f24559a3466c85eca1f0d9cbb2f9342c 100644 (file)
@@ -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;