changeset 26152: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	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;
+}