mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Some CSS changes
This commit is contained in:
parent
9759769300
commit
2545eecd17
15 changed files with 221 additions and 96 deletions
|
@ -6,12 +6,12 @@
|
|||
{% include 'proposal/macros/navbar.html' %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
{% if proposals %}
|
||||
{{ proposal_table(title='', status=status, _proposals=proposals) }}
|
||||
{% else %}
|
||||
No proposals here yet.
|
||||
{% endif %}
|
||||
<div class="col-lg-9">
|
||||
{% if proposals %}
|
||||
{{ proposal_table(title='', status=status, _proposals=proposals) }}
|
||||
{% else %}
|
||||
No proposals here yet.
|
||||
{% endif %}
|
||||
</div>
|
||||
{% include 'sidebar.html' %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue