We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7b16a commit ace9247Copy full SHA for ace9247
1 file changed
css-text/Overview.bs
@@ -70,6 +70,9 @@ Ignored Vars: letter-spacing
70
content: "Info Needed";
71
color: #FF8800;
72
}
73
+ .data .no { color: red; }
74
+ .data .ok { color: green; }
75
+ .data th em { display: block; font-size: smaller; font-weight: normal; font-style: italic; }
76
</style>
77
78
<h2 id="intro">
@@ -2158,11 +2161,6 @@ Cursive Scripts</h4>
2158
2161
however the former will preserve the sense of stretching out the text.
2159
2162
2160
2163
<div class="example">
- <style scoped>
- .no { color: red; }
- .ok { color: green; }
2164
- th em { display: block; font-size: smaller; font-weight: normal; font-style: italic; }
2165
- </style>
2166
<p>Below are some appropriate and inappropriate examples of spacing out Arabic text.
2167
<table class="data">
2168
<thead>
0 commit comments