6 lines
161 B
CSS
6 lines
161 B
CSS
|
|
/*Customizable style for underlining mis-spelled words*/
|
||
|
|
span.nanospell-typo {
|
||
|
|
border:none;
|
||
|
|
cursor: auto;
|
||
|
|
background: url(wiggle.png) repeat-x bottom left;
|
||
|
|
}
|