gitweb: add a margin for help text container
authorAnton Shestakov <av6@dwimlabs.net>
Thu, 03 Sep 2015 23:46:31 +0800
changeset 26152 93258d53ec35
parent 26149 fd9b1262f0e4
child 26153 8aa6fb6de161
gitweb: add a margin for help text container
mercurial/templates/static/style-gitweb.css
--- a/mercurial/templates/static/style-gitweb.css	Sat Aug 22 15:21:45 2015 -0700
+++ b/mercurial/templates/static/style-gitweb.css	Thu Sep 03 23:46:31 2015 +0800
@@ -194,3 +194,7 @@
 .scroll-loading-error {
     background-color: #FFCCCC !important;
 }
+
+#doc {
+    margin: 0 8px;
+}