reverted css changes, adapted credits.tpl from default theme for frio

This commit is contained in:
Vinzenz Vietzke 2018-10-21 22:50:41 +02:00
parent 2b663ed2b6
commit 934639654c
2 changed files with 11 additions and 3 deletions

View File

@ -2199,9 +2199,6 @@ ul.dropdown-menu li:hover {
-webkit-box-shadow: 0 0 3px #dadada;
-moz-box-shadow: 0 0 3px #dadada;
}
.credits-content-wrapper {
overflow: hidden;
}
#content:hover .page-action.faded-icon {
opacity: 0.8;
transition: all 0.25s ease-in-out;

View File

@ -0,0 +1,11 @@
<div id="credits" class="generic-page-wrapper">
{{include file="section_title.tpl"}}
<p>{{$thanks}}</p>
<ul class="credits">
{{foreach $names as $name}}
<li>{{$name}}</li>
{{/foreach}}
</ul>
<div class="clear"></div>
</div>