From 325b0983454fc9cc657762f22705e1f570c2e0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Wed, 10 Aug 2011 13:16:46 +0200 Subject: Margin added between the add bill button and the bill list. --- budget/static/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'budget/static/main.css') diff --git a/budget/static/main.css b/budget/static/main.css index f42a1fe..70547e1 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -46,6 +46,10 @@ a { width: 150px; } +.list_bills{ + margin-top: 10px; +} + .members { list-style-type: none; margin: 0; -- cgit v1.1