From 81a062296e9119ed9f986646097696fe5b01b457 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 1 Mar 2015 10:07:47 +0100 Subject: [PATCH] changed binary name on mac --- FeedTheMonkey.pro | 1 + html/content.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FeedTheMonkey.pro b/FeedTheMonkey.pro index 3bbcbde..840eb97 100644 --- a/FeedTheMonkey.pro +++ b/FeedTheMonkey.pro @@ -17,6 +17,7 @@ RESOURCES += \ mac { RC_FILE = misc/Icon.icns + TARGET = FeedTheMonkey } unix { diff --git a/html/content.css b/html/content.css index 9c5dde9..cad4e61 100644 --- a/html/content.css +++ b/html/content.css @@ -6,7 +6,7 @@ html, body { body { background: #eee; font-family: sans-serif; - padding: 10pt 15pt; + padding: 2em; font-weight: lighter; }