From 4156e50b7a8d6955c23698c4b20fcabc41c06228 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 3 Oct 2016 16:30:35 +0200 Subject: make help local --- style/wallet.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'style') diff --git a/style/wallet.css b/style/wallet.css index 230cf671e..c33840227 100644 --- a/style/wallet.css +++ b/style/wallet.css @@ -1,8 +1,9 @@ -body { - background-color: white; - margin: 0; - padding: 0; - font-family: Verdana, sans; +#main { + border: solid 1px black; + border-radius: 10px; + margin: auto; + max-width: 50%; + padding: 2em; } header { -- cgit v1.2.3