Skip to content

Commit

Permalink
make the text in the blog-title slanted, -- so that it better works w…
Browse files Browse the repository at this point in the history
…ith the background graphics, at least at 100% zoom in firefox...
  • Loading branch information
jnweiger committed Jul 25, 2023
1 parent 7b1f043 commit b7304a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap4-HnM/templates/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ navbar-dark bg-dark
%endif

% if show_blog_title:
<span id="blog-title" style="float:right; line-height:1"><p style="font-family:coolvetica;margin-bottom:0px;">${blog_title|h}</p><p>28.10. bis 30.10.2023</p><p style="margin-bottom:0px">Messe Nürnberg</p><p>Halle 10</p></span>
<span id="blog-title" style="float:right; line-height:1"><p style="font-family:coolvetica;margin-bottom:0px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${blog_title|h}</p><p>&nbsp;&nbsp;&nbsp;&nbsp;28.10. bis 30.10.2023</p><p style="margin-bottom:0px">&nbsp;&nsbp;&nbsp;Messe Nürnberg</p><p>&nbsp;&nsbp;Halle 10</p></span>
% endif
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit b7304a9

Please sign in to comment.