mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Fix a little styling mistake. Now the menu displays the right way
This commit is contained in:
parent
05e7a7934a
commit
46f9807806
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ html, body{
|
|||
}
|
||||
|
||||
.topbar h3{ margin-left: 75px; }
|
||||
.topbar ul{ padding-left: 75px; }
|
||||
ul.menu{ padding-left: 75px; }
|
||||
|
||||
div.topbar ul.secondary-nav { padding-right: 75px; }
|
||||
.logo{ font-family: 'Lobster', arial, serif; }
|
||||
.balance tr td { font-weight: bold; }
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<div class="fill"><div class="container-fluid">
|
||||
<h3><a class="logo" href="{{ url_for(".home") }}">#! money?</a></h3>
|
||||
{% if g.project %}
|
||||
<ul>
|
||||
<ul class="menu">
|
||||
<li class="active"><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li>
|
||||
</ul>
|
||||
<ul class="nav secondary-nav">
|
||||
|
|
Loading…
Reference in a new issue