Skip to content

Commit

Permalink
separate author rightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 2, 2018
1 parent ca07e8e commit b50dca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@ video {
color: #FFF;
}

.auhtor-rightbox {
margin-bottom: 5px;
text-align: center;
}

.rightbox {
margin-bottom: 5px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion views/incl/footer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id="right-side">
<% IF conf.show_right %>
<% IF author_html %>
<div class="rightbox">
<div class="author-rightbox">
<h3>Author: <% author_name %></h3>
<img src="/img/<% author_img %>" alt="" /><br>
<% author_html %>
Expand Down

0 comments on commit b50dca7

Please sign in to comment.