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 38:cf936f5403ff
previous change 6:63ac0f5af5d5

templates/kit/notfound.tmpl

Permissions: -rw-r--r--

Other formats: Feeds:
{header}
<title>Mercurial repository not found</title>
</head>
<body>
<nav class="uk-navbar">
<ul class="uk-navbar-nav">
<li><a href="/">Repositories</a></li>
{pathdef%breadcrumb}
</ul>
<div class="uk-navbar-flip">
<nav class="uk-navbar-nav">
<li><a href="{logourl}" class="uk-navbar-brand"><img src="{staticurl|urlescape}hgicon.png" alt="hgicon"> Mercurial</a></li>
</nav>
</div>
</nav>
<div class="uk-container uk-container-center uk-margin-large-bottom">
<p class="uk-margin-large-top uk-text-center">Repository "{repo|escape}" not found.</p>
</div>
{footer}