text-decoration fix

This commit is contained in:
Niklas von Hertzen 2011-07-16 22:34:21 +03:00
parent 9553ab54fd
commit d1626c546b
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@
fontSize:12,
borderRadius:12,
width:'auto',
height:'auto'
height:'auto',
textDecoration:'none'
}).hide().fadeIn().appendTo('body');
}