lib/gollum/templates/compare.mustache in gollum-5.2.3 vs lib/gollum/templates/compare.mustache in gollum-5.3.0
- old
+ new
@@ -1,9 +1,15 @@
<div id="wiki-wrapper" class="compare">
- <div id="head">
- {{>navbar}}
- <h1 class="py-4"><span class="f1-light text-gray-light">Comparing versions of</span> {{name}}</h1>
- </div>
+ <div id="head">
+ {{>navbar}}
+
+ <h1 class="header-title text-center text-md-left py-4">
+ <span class="f1-light text-gray-light">
+ Comparing versions of
+ </span>
+ {{name}}
+ </h1>
+ </div>
{{#message}}
<p>{{message}}</p>
{{/message}}