36:c43e16e3c768
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Apr 2020 10:05:40 +0800
changeset: change margins on commit message so it fits the page better Previously, margins were used to visually separate commit message from author. Because of the left margin, it looked a bit out of place, so let's instead remove the left margin and increase the top one. This way it aligns better with surrounding blocks. Making commit message stand on its own on the page is now delegated to just monospace font. The difference with other blocks is not huge, but the whole theme is kinda minimalistic, so it should work.

next change 39:5f5336f34d64
previous change 16:461dc5016874

templates/kit/changelogentry.tmpl

Permissions: -rw-r--r--

Other formats: Feeds:
<li>
<div>
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{rev}:{node|short}</a>
{alltags}
</div>
<div>
{author|obfuscate}, <span class="age">{date|rfc822date}</span>
</div>
<div class="uk-margin-top kit-commit-message">{desc|strip|escape|websub|nonempty}</div>
</li>