From 762e7056e035e0c87cb1ec3e99a255a7282f11e9 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Mon, 20 Jul 2015 13:40:56 +0200 Subject: [PATCH] [ADD] ad-hoc spacers at the top of the accounting memento --- _static/accounting.css | 3 +++ _static/accounts.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_static/accounting.css b/_static/accounting.css index ab68b580a..2af21d267 100644 --- a/_static/accounting.css +++ b/_static/accounting.css @@ -3,6 +3,9 @@ main.index .toctree-wrapper > .row:first-child > .col-md-3 { margin: 0 !important; } +.intro-list { + margin-top: 1em; +} .intro-list p { margin: 0; cursor: pointer; diff --git a/_static/accounts.js b/_static/accounts.js index af4e5223c..a872d501a 100644 --- a/_static/accounts.js +++ b/_static/accounts.js @@ -12,7 +12,7 @@ var AccountsTable = React.createClass({ render: function () { return React.DOM.div( - null, + {style: {marginTop: '1em'}}, React.DOM.div(// P&L highlight(this.props.current === 'p-l'), React.DOM.h4(null, "Profit & Loss"),