From b01a6ae8d7e85fcb7ecbb2b2c9e605d89e9b0b8e Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Feb 2013 23:51:28 +0100 Subject: [PATCH 1/4] readme file name --- README.markdown => readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.markdown => readme.md (100%) diff --git a/README.markdown b/readme.md similarity index 100% rename from README.markdown rename to readme.md From 04d959eff31b16611146a6d41da94a26b3c91325 Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Feb 2013 23:51:55 +0100 Subject: [PATCH 2/4] licence year --- LICENCE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENCE.txt b/LICENCE.txt index 3bad9c5..6ae6995 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -2,7 +2,7 @@ BSD license =========== -Copyright (c) 2010, Jeena Paradies +Copyright (c) 2013, Jeena Paradies All rights reserved. Redistribution and use in source and binary forms, with or without From f4cf1f278798f97eb754945eea629edbe9ca29a2 Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Feb 2013 23:52:32 +0100 Subject: [PATCH 3/4] =?UTF-8?q?ReleaseNotes=E2=80=99=20doctype=20to=20html?= =?UTF-8?q?5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/publish/ReleaseNotes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mac/publish/ReleaseNotes.html b/Mac/publish/ReleaseNotes.html index 95ec5e8..56112e5 100644 --- a/Mac/publish/ReleaseNotes.html +++ b/Mac/publish/ReleaseNotes.html @@ -1,5 +1,4 @@ - + Tentia Release Notes From 093f8e4333f86881b6a20bb6adbc5acba264d645 Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Feb 2013 23:54:58 +0100 Subject: [PATCH 4/4] longcat avatar fix --- WebKit/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 027ca37..9f69df9 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -80,6 +80,7 @@ body > ol > li:after, header.profile:after { header.profile img { float: left; margin: 0 10px 10px 0; + max-height: 100px; max-width: 100px; border-radius: 10px; }