[ADD] ad-hoc spacers at the top of the accounting memento

This commit is contained in:
Xavier Morel 2015-07-20 13:40:56 +02:00
parent 50ccd4745c
commit 762e7056e0
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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"),