mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
reverted css changes, adapted credits.tpl from default theme for frio
This commit is contained in:
parent
2b663ed2b6
commit
934639654c
2 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
|
11
view/theme/frio/templates/credits.tpl
Normal file
11
view/theme/frio/templates/credits.tpl
Normal 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>
|
Loading…
Reference in a new issue