monoblue: add a margin for help text container
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 04 Sep 2015 02:51:57 +0800
changeset 26153 8aa6fb6de161
parent 26152 93258d53ec35
child 26154 242853e14804
monoblue: add a margin for help text container
mercurial/templates/static/style-monoblue.css
--- a/mercurial/templates/static/style-monoblue.css	Thu Sep 03 23:46:31 2015 +0800
+++ b/mercurial/templates/static/style-monoblue.css	Fri Sep 04 02:51:57 2015 +0800
@@ -514,3 +514,7 @@
 .scroll-loading-error {
     background-color: #FFCCCC !important;
 }
+
+#doc {
+    margin: 0 30px;
+}