gecko-dev/layout/reftests/css-ruby/common.css
Xidorn Quan c74b073155 Bug 1055676 part 5 - Reftests for ruby-align. r=roc
--HG--
extra : source : ba7069cb559ce1be1a8f8cbeb7412db280497019
2015-02-17 18:01:49 +13:00

22 lines
281 B
CSS

@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
rbc {
display: ruby-base-container;
}
[pseudo] {
font-size: inherit;
line-height: inherit;
}
[pseudo] > rt {
font-size: 50%;
}
[pseudo] > rt[pseudo] {
font-size: inherit;
}
.large {
font-size: 200%;
}