fixup! Update bootstrap to 4.0-beta
This commit is contained in:
parent
1b852f255e
commit
5edccf21cd
2 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue