36:c43e16e3c768
Anton Shestakov <av6@dwimlabs.net>, 2020-04-13
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.

previous change 34:7e26ea8dbdf0

templates/kit/navbar.tmpl

Permissions: -rw-r--r--

Other formats: Feeds:
<nav class="uk-navbar">
<ul class="uk-navbar-nav">
<li><a href="/">Repositories</a></li>
{pathdef%breadcrumb}
</ul>
<div class="uk-navbar-flip">
<div class="uk-navbar-content">
<form action="{url|urlescape}log" class="uk-form uk-display-inline-block">
{sessionvars%hiddenformentry}
<input type="text" name="rev" value="{query|escape}" placeholder="Find author, file or commit...">
</form>
</div>
<nav class="uk-navbar-nav">
<li><a href="{url|urlescape}help">Help</a></li>
<li><a href="{logourl}" class="uk-navbar-brand"><img src="{staticurl|urlescape}hgicon.png" alt="hgicon"> Mercurial</a></li>
</nav>
</div>
</nav>