mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
19 lines
239 B
CSS
19 lines
239 B
CSS
rbc {
|
|
display: ruby-base-container;
|
|
unicode-bidi: isolate;
|
|
}
|
|
[pseudo] {
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
[pseudo] > rt {
|
|
font-size: 50%;
|
|
}
|
|
[pseudo] > rt[pseudo] {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.large {
|
|
font-size: 200%;
|
|
}
|