diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-28 01:15:52 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-28 01:15:52 +0100 |
| commit | 46f98078065a2c75c69523e39f4bd77575cf7a1e (patch) | |
| tree | 414844f02ba13b1551afffed07da133af07802a4 | |
| parent | 05e7a7934a938853332504f3c863d16c8cf482cd (diff) | |
| download | ihatemoney-mirror-46f98078065a2c75c69523e39f4bd77575cf7a1e.zip ihatemoney-mirror-46f98078065a2c75c69523e39f4bd77575cf7a1e.tar.gz ihatemoney-mirror-46f98078065a2c75c69523e39f4bd77575cf7a1e.tar.bz2 | |
Fix a little styling mistake. Now the menu displays the right way
| -rw-r--r-- | budget/static/css/main.css | 3 | ||||
| -rw-r--r-- | budget/templates/layout.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css index b300448..0174af2 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -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; } diff --git a/budget/templates/layout.html b/budget/templates/layout.html index ab1f45d..d4447e6 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -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"> |
