588
回編集
(ページの作成:「→ここに記述したCSSはベクター・スキンの利用者に影響します: →enlarge font-size for ja fonts: #bodyContent { font-size: 0.944em; font-size: calc(1em * 0.944); } →for positioning top-right icons, like FA-star: .topicon { position: absolute; z-index: 10; right: 0; top: -3.5em; display: block !important; } →ビジュアルエディターにおける地理座標の表示修正: .ve-ce-surface-enabled #coordinates { margi…」) |
編集の要約なし |
||
3行目: | 3行目: | ||
/* enlarge font-size for ja fonts */ | /* enlarge font-size for ja fonts */ | ||
#bodyContent { | #bodyContent { | ||
font-size: | font-size: 1em; | ||
font-size: calc(1em * | font-size: calc(1em * 1); | ||
} | } | ||