[PATCH 2 of 4] paper: add thin border to the last entry on a page

Alexander Plavin alexander at plav.in
Thu Sep 19 13:31:51 CDT 2013


# HG changeset patch
# User Alexander Plavin <alexander at plav.in>
# Date 1378459858 -14400
#      Fri Sep 06 13:30:58 2013 +0400
# Node ID b8c8651efe951b7eeca002946352d2965e1b9b7d
# Parent  39146a2b5a6edbd51468cb27cb89a33f47764d0f
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 39146a2b5a6e -r b8c8651efe95 mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Fri Sep 06 13:30:58 2013 +0400
+++ b/mercurial/templates/static/style-paper.css	Fri Sep 06 13:30:58 2013 +0400
@@ -382,3 +382,7 @@
 .breadcrumb a {
     color: blue;
 }
+
+.scroll-separator {
+    border-bottom: 1px solid #444 !important;
+}


More information about the Mercurial-devel mailing list