changeset 584:1974f3bce999

Add padding to slant font (td.repl em)
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 27 Jul 2019 08:54:43 +0900
parents ae420aaa8f4f
children dfa90fbc05bd
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Jul 27 08:43:40 2019 +0900
+++ b/examples/common/default/default.css	Sat Jul 27 08:54:43 2019 +0900
@@ -117,7 +117,7 @@
     /* text-shadow: blue 0px 1px; */
 }
 td.repl hr {margin-bottom: -1em;}
-td.repl em {color: #a00; text-decoration: underline}
+td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;}
 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
 td.repl h2:before {content: "■"; color: #a22;}
 td.repl h3:before {content: "◆"; color: #a22;}

yatex.org