diff options
| -rw-r--r-- | templates/comment.tmpl | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/templates/comment.tmpl b/templates/comment.tmpl index 30602eb..f203fa8 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -1,15 +1,6 @@  <TMPL_IF HTML5><article class="comment row" id="<TMPL_VAR COMMENTID>">  <TMPL_ELSE><div class="comment row" id="<TMPL_VAR COMMENTID>"></TMPL_IF> -<!-- User avatar in a small column on the left --> -<div class="col-md-1 col-sm-1 col-xs-1"> -  <TMPL_IF COMMENTAUTHORAVATAR> -    <div class="comment-avatar"> -      <img src="<TMPL_VAR COMMENTAUTHORAVATAR>" alt="Avatar" class="img-responsive img-circle" /> -    </div> -  </TMPL_IF> -</div> -  <div class="col-md-11 col-sm-11 col-xs-11">    <!-- HEADER: Print the name of the comment poster and the date -->    <header class="comment-subject text-muted row" style="margin-bottom:1em;"> | 
