Skip to content

Commit c9cbb6a

Browse files
author
Zac
committed
Update jquery.realperson.css
Fixed letter-spacing issue for chrome.
1 parent f9fe896 commit c9cbb6a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

jquery.realperson.css

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
font-weight: bold;
1010
letter-spacing: -1px;
1111
line-height: 3px;
12-
/* for chrome */
13-
-bracket-:hack(;
14-
letter-spacing: -4px;
15-
);
12+
}
13+
14+
/* for chrome */
15+
@media screen and (-webkit-min-device-pixel-ratio:0) {
16+
.realperson-text {
17+
letter-spacing: -4px;
18+
}
1619
}
1720
.realperson-regen {
1821
padding-top: 4px;

0 commit comments

Comments
 (0)