Skip to content

Commit

Permalink
add author text at the bottom as well
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 2, 2018
1 parent a130f1f commit 4ed4d57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ On mid-sized screens (e.g. notebook) we cannot see the lower ad. Disabling for n
#creators img {
width: 130px;
height: 130px;
}
float: left;
margin-right: 5px;
}

#translator {
}
Expand Down
2 changes: 2 additions & 0 deletions views/incl/credits.tt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<hr>
<div id="creators">
<% IF translator %>

Expand Down Expand Up @@ -26,6 +27,7 @@

<% IF author %>
<img src="/img/<% author_img %>" alt="<% author_name %>" />
<% author_html %>
<div class="author_text">
<% resources.text.written_by %><br>
<% IF author_google_plus_profile %>
Expand Down

0 comments on commit 4ed4d57

Please sign in to comment.