編集の要約なし |
編集の要約なし |
||
| 258行目: | 258行目: | ||
math | /* 方法4: スタイルの優先度を上げる */ | ||
math[ | body math mtext, | ||
.mw-parser-output math mtext { | |||
font-size: 12px !important; | |||
-webkit-transform: scale(0.75) !important; | |||
transform: scale(0.75) !important; | |||
} | |||
/* 方法5: MathMLのフォントサイズ属性を使用 */ | |||
mtext[mathsize="small"] { | |||
font-size: 12px !important; | font-size: 12px !important; | ||
} | } | ||