「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
 
131行目: 131行目:
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.hlist ul dl, .hlist ul ol, .hlist ul ul {
     display: inline;
     display: inline;
    white-space: normal;
}
/* 特定場所での改行を防ぐ:
  1) 個別に指定した場所
  2) リンク途中
  3) そのページ自身へのリンク(太字部分)
  4) グループ名付きの ref タグ <ref group="注"> --> "[注 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
/* 以下のクラスを指定した場所では解除する: */
.wrap,
.wraplinks a {
     white-space: normal;
     white-space: normal;
}
}
9,580

回編集