No.name2 (トーク | 投稿記録)
修正?
No.name2 (トーク | 投稿記録)
{{ルビ}}用CSS
9行目: 9行目:
@media print{
@media print{
   .printing_none{ display: none !important; }
   .printing_none{ display: none !important; }
}
/*ルビ*/
.ruby {
  display: inline-table;
  vertical-align: bottom;
  white-space: nowrap;
}
.ruby .rb {
  display: table-row-group;
  text-align: center;
}
.ruby .rp { display: none; }
.ruby .rt {
  display: table-header-group;
  line-height: 100%;
  font-size: 0.7em;
  text-align: center;
}
}