summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/support/ruby-common.css
blob: cf83123281dfa8896339138faab3c6196943832c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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%;
}