changeset 6684:911652ac162e

templates: remove some old inline style=
author domruf <dominikruf@gmail.com>
date Thu, 22 Sep 2016 21:23:06 +0200
parents 19bc05bd8cf7
children 84b339875fbf
files kallithea/templates/admin/repos/repo_edit_settings.html kallithea/templates/summary/summary.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/repos/repo_edit_settings.html	Tue Jun 06 19:40:18 2017 +0200
+++ b/kallithea/templates/admin/repos/repo_edit_settings.html	Thu Sep 22 21:23:06 2016 +0200
@@ -52,7 +52,7 @@
             <div class="form-group">
                 <label class="control-label" for="repo_description">${_('Description')}:</label>
                 <div>
-                    ${h.textarea('repo_description',class_='form-control',style="height:165px")}
+                    ${h.textarea('repo_description',class_='form-control')}
                     <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span>
                 </div>
             </div>
--- a/kallithea/templates/summary/summary.html	Tue Jun 06 19:40:18 2017 +0200
+++ b/kallithea/templates/summary/summary.html	Thu Sep 22 21:23:06 2016 +0200
@@ -126,7 +126,7 @@
             <li class="list-group-item">
                <a title="${_('Owner')} ${c.db_repo.owner.email}">
                 <i class="icon-user"></i> ${c.db_repo.owner.username}
-                ${h.gravatar_div(c.db_repo.owner.email, size=18, div_class="pull-right", div_style="margin: 0", div_title=c.db_repo.owner.full_name)}
+                ${h.gravatar_div(c.db_repo.owner.email, size=18, div_class="pull-right", div_title=c.db_repo.owner.full_name)}
               </a>
             </li>
             <li class="list-group-item">