From patchwork Sat Aug 17 22:33:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7,of,9,V2] paper: add thin border to the last entry on a page From: Alexander Plavin X-Patchwork-Id: 2217 Message-Id: To: mercurial-devel@selenic.com Date: Sun, 18 Aug 2013 02:33:12 +0400 # HG changeset patch # User Alexander Plavin # Date 1376071352 -14400 # Fri Aug 09 22:02:32 2013 +0400 # Node ID e6b1960fa4ade7351e695b00b40c4f5bb5e36e73 # Parent 42fb641c0308be5eb27f298619e787a9d0ac20f8 paper: add thin border to the last entry on a page The entry which was last before an ajax load now has a thin border-bottom for better visual distinction. diff -r 42fb641c0308 -r e6b1960fa4ad mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Sat Aug 17 22:50:19 2013 +0400 +++ b/mercurial/templates/static/style-paper.css Fri Aug 09 22:02:32 2013 +0400 @@ -382,3 +382,7 @@ .breadcrumb a { color: blue; } + +.scroll-separator { + border-bottom: 1px solid #444 !important; +}