# HG changeset patch # User neko259 # Date 2014-08-19 13:25:18 # Node ID eba030e9e16e82dca35c51f2f9a820fea74665e2 # Parent 1a672b2cb1293b9ac1d37f781b46a21718d0ee7f Show only one border in the first last replies post when there are no skipped replies diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -254,6 +254,10 @@ a:hover { border-right: solid 1px #777; } +.last-replies > .post:first-child { + border-top: none; +} + .thread { margin-bottom: 3ex; margin-top: 1ex; @@ -381,6 +385,7 @@ li { margin-right: 3ex; border-left: solid 1px #888; border-right: solid 1px #888; + border-bottom: solid 1px #888; background: #000; }