aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-03 16:30:35 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-03 16:35:13 +0200
commit4156e50b7a8d6955c23698c4b20fcabc41c06228 (patch)
treec5b3478a47a3d5814b586d1d046ecc7b7c0751d2 /style
parentde482c5845610daca30767e8332acc5a585a2aaf (diff)
downloadwallet-core-4156e50b7a8d6955c23698c4b20fcabc41c06228.tar.xz
make help local
Diffstat (limited to 'style')
-rw-r--r--style/wallet.css11
1 files changed, 6 insertions, 5 deletions
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 {