changeset 26748:93258d53ec35

gitweb: add a margin for help text container
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 03 Sep 2015 23:46:31 +0800
parents fd9b1262f0e4
children 8aa6fb6de161
files mercurial/templates/static/style-gitweb.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templates/static/style-gitweb.css
+++ b/mercurial/templates/static/style-gitweb.css
@@ -194,3 +194,7 @@
 .scroll-loading-error {
     background-color: #FFCCCC !important;
 }
+
+#doc {
+    margin: 0 8px;
+}