small bugfixes
This commit is contained in:
parent
8d358e3ac6
commit
f734a43d07
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
||||||
|
|
||||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
|
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
|
||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc
|
||||||
|
{
|
||||||
[text release];
|
[text release];
|
||||||
[inReplyTostatusId release];
|
[inReplyTostatusId release];
|
||||||
[inReplyToEntity release];
|
[inReplyToEntity release];
|
||||||
|
|
|
@ -249,6 +249,10 @@ li:hover .reply_to, li:hover .retweet, li:hover .remove {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentioned {
|
li.mentioned {
|
||||||
border-right: 5px solid #00317a;
|
border-right: 5px solid #00317a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mentions li.mentioned {
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue