[PATCH 1 of 2] gitweb: add a margin for help text container

Anton Shestakov av6 at dwimlabs.net
Thu Sep 3 18:56:05 UTC 2015


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1441295191 -28800
#      Thu Sep 03 23:46:31 2015 +0800
# Node ID 19f57e656e71db9839e932b9f1b52ea0d414d0b9
# Parent  3f6de4edd77d9f430646a3e61ede4221877886e4
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;
+}


More information about the Mercurial-devel mailing list