MediaWiki:ChangeHistory.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
} | } | ||
.change-history-content p { | .skin-vector-legacy .change-history-content p { | ||
margin: 0; | margin: 0; | ||
} | } | ||
Latest revision as of 03:13, 17 July 2026
/* For {{Change History}} */
.change-history-header {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
font-size: 92%;
margin: 0.3em 0;
}
.change-history-content {
overflow: auto;
max-height:350px;
border: 1px solid var(--desc-border);
background: var(--desc-content);
border-radius: 3px 3px 3px 3px;
margin-top: 1px;
margin-bottom: 5px;
padding: 15px;
}
.change-history-content hr {
margin: 15px 0;
}
.skin-vector-legacy .change-history-content p {
margin: 0;
}