diff --git a/public/css/style.css b/public/css/style.css index e835e58e..e93401c0 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -457,6 +457,11 @@ video { color: #FFF; } +.auhtor-rightbox { + margin-bottom: 5px; + text-align: center; +} + .rightbox { margin-bottom: 5px; text-align: center; diff --git a/views/incl/footer.tt b/views/incl/footer.tt index 58fbb5a3..2911054a 100644 --- a/views/incl/footer.tt +++ b/views/incl/footer.tt @@ -6,7 +6,7 @@
<% IF conf.show_right %> <% IF author_html %> -
+

Author: <% author_name %>


<% author_html %>