The editors' meeting has been canceled for technical reasons.
View source for Template:DateTitleList/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.date-title-list {
font-family: Arial, sans-serif;
line-height: 1.6; /* 行高 */
margin: 11px 0 0 0;
}
.date-title-list li {
display: flex;
align-items: baseline;
gap:16px;
margin-bottom: 1px;
padding: 2px 5px;
}
.date-title-list li b{
min-width:4.6em; /* 固定宽度,确保对齐 */
}
.date-title-list li .date {
text-align: right; /* 日期右对齐 */
}
000
1:0
Return to Template:DateTitleList/styles.css.