text-decoration fix

This commit is contained in:
Niklas von Hertzen 2011-07-16 22:35:21 +03:00
parent ba0306af49
commit 7d94b47a88

View File

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