Widget:Changelog
<style> .change-widget { font-family: sans-serif; max-height: 300px; overflow-y: auto; background: transparent; padding: 0 2px; } .change-item { margin-bottom: 18px; } .change-item:last-of-type { margin-bottom: 0; } .change-header { display: flex; justify-content: space-between; align-items: center; } .change-title { font-size: 110%; font-weight: bold; color: #000; } .change-date { font-size: 90%; color: #888; } .change-item hr { border: none; border-top: 1px solid #ccc; margin: 4px 0 8px 0; } .change-text { margin: 0 0 6px 0; max-height: 4.2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 90%; line-height: 1.4; color: #333; } .change-item a { text-decoration: none; } .change-image { display: block; max-width: 300px; height: auto; margin-top: 6px; border-radius: 4px; } </style>