From f734a43d07d811e3995fe9a74da2c7e45c9004e6 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 22 Nov 2012 21:20:41 +0100 Subject: [PATCH] small bugfixes --- Mac/PostModel.m | 3 ++- WebKit/css/default.css | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Mac/PostModel.m b/Mac/PostModel.m index b96ff5d..ccebd0e 100644 --- a/Mac/PostModel.m +++ b/Mac/PostModel.m @@ -13,7 +13,8 @@ @synthesize text, inReplyTostatusId, inReplyToEntity, location, image; -- (void)dealloc { +- (void)dealloc +{ [text release]; [inReplyTostatusId release]; [inReplyToEntity release]; diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 4ca62f9..c14c32b 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -249,6 +249,10 @@ li:hover .reply_to, li:hover .retweet, li:hover .remove { top: 20px; } -.mentioned { +li.mentioned { border-right: 5px solid #00317a; } + +.mentions li.mentioned { + border-right: 0; +}