mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
12 lines
179 B
CSS
12 lines
179 B
CSS
.tcy {
|
|
text-combine-upright: all;
|
|
}
|
|
.fake-tcy {
|
|
display: inline-block;
|
|
writing-mode: horizontal-tb;
|
|
width: 1em;
|
|
height: 1em;
|
|
text-align: center;
|
|
line-height: 1em;
|
|
}
|