Widget:Teste2
Ir para navegação
Ir para pesquisar
<style> .minimal-changelog-widget { font-family: sans-serif; max-width: 600px; margin: 0 auto; box-sizing: border-box; }
.changelog-item { display: flex; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid #eee; }
.changelog-item:last-of-type { border-bottom: none; }
.changelog-icon { width: 32px; height: 32px; margin-right: 10px; flex-shrink: 0; }
.changelog-info { flex: 1; }
.changelog-header { display: flex; align-items: center; justify-content: space-between; }
.changelog-title { font-size: 1.1em; font-weight: bold; color: #333; margin: 0; }
.changelog-date { font-size: 0.9em; color: #888; margin-left: 10px; }
/* Descrição */ .changelog-desc { margin: 4px 0 0 0; font-size: 0.9em; color: #555; line-height: 1.4; } </style>