changeset 6485:9c01335db346

style: introduce Bootstrap markup for list-unstyled Based on work by Dominik Ruf.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 02 Feb 2017 03:14:17 +0100
parents 1f43d08ce5a8
children c592865cea8d
files kallithea/templates/admin/settings/settings_visual.html kallithea/templates/pullrequests/pullrequest_show.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/settings/settings_visual.html	Thu Feb 02 03:11:47 2017 +0100
+++ b/kallithea/templates/admin/settings/settings_visual.html	Thu Feb 02 03:14:17 2017 +0100
@@ -97,7 +97,7 @@
                     <span class="help-block">${_('Parses meta tags from the repository description field and turns them into colored tags.')}</span>
                     <div>
                         ${_('Stylify recognised meta tags:')}
-                        <ul> <!-- Fix style here -->
+                        <ul class="list-unstyled"> <!-- Fix style here -->
                             <li>[featured] <span class="metatag" data-tag="featured">featured</span></li>
                             <li>[stale] <span class="metatag" data-tag="stale">stale</span></li>
                             <li>[dead] <span class="metatag" data-tag="dead">dead</span></li>
--- a/kallithea/templates/pullrequests/pullrequest_show.html	Thu Feb 02 03:11:47 2017 +0100
+++ b/kallithea/templates/pullrequests/pullrequest_show.html	Thu Feb 02 03:14:17 2017 +0100
@@ -258,7 +258,7 @@
           <div>
             ${_('Click to add the repository owner as reviewer:')}
           </div>
-          <ul style="margin-top: 10px">
+          <ul class="list-unstyled">
             %for u in [c.pull_request.other_repo.owner]:
               <li>
                 <a class="missing_reviewer missing_reviewer_${u.user_id}"