# HG changeset patch # User Anton Shestakov # Date 2015-09-03 15:46:31 # Node ID 93258d53ec352733d04a011d701866c4ed3da552 # Parent fd9b1262f0e4fbcec1f66f01839bf3d4ee4cff59 gitweb: add a margin for help text container diff --git a/mercurial/templates/static/style-gitweb.css b/mercurial/templates/static/style-gitweb.css --- a/mercurial/templates/static/style-gitweb.css +++ b/mercurial/templates/static/style-gitweb.css @@ -194,3 +194,7 @@ ul#graphnodes li .info { .scroll-loading-error { background-color: #FFCCCC !important; } + +#doc { + margin: 0 8px; +}