Skip to content

Commit db4af91

Browse files
committedJun 21, 2017
Add handling for unicode nums in chapter 7 (STYL-974) - Edited theme/epub/epub.css with Atlas code editor
1 parent 120067f commit db4af91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎theme/epub/epub.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* emoji handling (STYL-952) */
2-
pre > img {
2+
pre > img,
3+
span.unicode-nums > img /*STYL-974*/ {
34
margin: 0 0 -0.25em;
45
padding: 0;
56
height: 1em;

0 commit comments

Comments
 (0)