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