[PATCH] hgweb: set overflow on graph nodes in paper theme

Tatham Oddie tatham at oddie.com.au
Tue Aug 3 19:20:14 CDT 2010


https://bitbucket.org/tatham/mercurial-hgwebtweaks/changeset/75fc50c50aaf


mercurial/templates/static/style-paper.css |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


# HG changeset patch
# User Tatham Oddie <tatham at oddie.com.au>
# Date 1280880966 -36000
# Node ID 75fc50c50aaf428b88dbc9fe5ba7f03c8e2d56d9
# Parent  a614666bbba4dacac120424da3bdaac74f383cab
hgweb: set overflow on graph nodes in paper theme

diff -r a614666bbba4 -r 75fc50c50aaf
mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css        Mon Aug 02 13:31:43
2010 -0500
+++ b/mercurial/templates/static/style-paper.css        Wed Aug 04 10:16:06
2010 +1000
@@ -244,6 +244,7 @@

 ul#graphnodes li, ul#nodebgs li {
        height: 39px;
+       overflow: hidden;
 }

 ul#graphnodes li .info {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HgOverflowBefore.png
Type: image/png
Size: 10854 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100803/6561489b/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HgOverflowAfter.png
Type: image/png
Size: 9402 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100803/6561489b/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6828 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100803/6561489b/attachment.bin>


More information about the Mercurial-devel mailing list