fixup! Update bootstrap to 4.0-beta

This commit is contained in:
nemunaire 2018-01-08 01:14:41 +01:00
commit 5edccf21cd
2 changed files with 5 additions and 5 deletions

View file

@ -90,7 +90,7 @@
</span>
</nav>
<div class="container">
<div class="container" style="margin-top: 5px;">
<div class="page-header text-primary" ng-cloak>
<h1 ng-if="(current_theme)">{{ themes[current_theme].name }} <small class="authors" ng-if="themes[current_theme].authors">{{ themes[current_theme].authors }}</small></h1>
<h1 ng-if="(!current_theme && title)" ng-cloak>{{ title }} <small class="authors" ng-if="authors">{{ authors }}</small></h1>