From ac9a9c07e6a9667dff2e24340fb28de611886f46 Mon Sep 17 00:00:00 2001 From: ekovi Date: Tue, 9 Jul 2013 13:41:16 +0200 Subject: [PATCH] fixed help page --- src/main/webapp/sass/components/_help.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/sass/components/_help.scss b/src/main/webapp/sass/components/_help.scss index a8bc70d5..c88bbbf0 100644 --- a/src/main/webapp/sass/components/_help.scss +++ b/src/main/webapp/sass/components/_help.scss @@ -1,6 +1,6 @@ .help { font-size: 85%; - line-height: 10px; + line-height: 15px; } .help .bookmarklet-select { @@ -11,4 +11,13 @@ .help .about-module { margin-bottom: 40px; -} \ No newline at end of file +} +.donate-action { + margin-top:20px; + +} + +.donate-image { + padding-bottom:10px; + padding-right:16px; +}