コンテンツにスキップ

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

編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
1,857行目: 1,857行目:
     font-size: .76rem;
     font-size: .76rem;
     line-height: 1.55;
     line-height: 1.55;
}
/* =========================================================
  年表:縦方向をコンパクト化
  ========================================================= */
.ts-chron-entry {
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ts-chron-event {
    margin-top: 0;
    margin-bottom: 4px;
}
.ts-chron-summary {
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 1.7;
}
.ts-chron-detail {
    margin-top: 6px;
    margin-bottom: 0;
}
/* 項目間の罫線も詰める */
.ts-chron-entry + .ts-chron-entry {
    margin-top: 0 !important;
}
}