small bugfixes

This commit is contained in:
Jeena Paradies 2012-11-22 21:20:41 +01:00
parent 8d358e3ac6
commit f734a43d07
2 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,8 @@
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
- (void)dealloc {
- (void)dealloc
{
[text release];
[inReplyTostatusId release];
[inReplyToEntity release];

View file

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