diff --git a/static/css/tree.css b/static/css/tree.css
index 35ca211..6aaed5e 100644
--- a/static/css/tree.css
+++ b/static/css/tree.css
@@ -400,11 +400,16 @@ th-bd {
 /* Children containers */
 
 .tree li.child-pages {
+    /* I experimented with borders a bit but found them a bit ugly.
+       Therefore, the listing is currently not separated from the main page anyhow.
+       This should change once we have search bars. */
+    /*
     margin-top: 0.8rem;
     padding-top: 0.8rem;
     padding-bottom: 0.8rem;
     border-top: 0.1rem solid var(--border-1);
     border-bottom: 0.1rem solid var(--border-1);
+    */
 
     & > ul {
         /* Show child page lists without an indent.