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; }