1
0
Fork 0
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:
Alexis Metaireau 2011-11-28 01:15:52 +01:00
parent 05e7a7934a
commit 46f9807806
2 changed files with 3 additions and 2 deletions

View file

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

View file

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