# HG changeset patch # User Mads Kiilerich # Date 2017-06-25 18:28:04 # Node ID f17431fde3c7af39b9c2176766bb2472ffa5874c # Parent 9846e4d1f9cd327720ec991ccf4fc04d1496e1d4 summary: change markup floating to make it work better without custom styling diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -57,8 +57,8 @@ ${self.repo_context_bar('summary')} ${self.breadcrumbs()}
-
-
+
+
@@ -74,12 +74,12 @@ ${self.repo_context_bar('summary')}
-
+
${h.urlify_text(c.db_repo.description, stylize=c.visual.stylify_metatags)}
-
+
%if c.show_stats: @@ -93,7 +93,7 @@ ${self.repo_context_bar('summary')}
-
+
%if len(c.db_repo_scm_instance.revisions) == 0: @@ -118,7 +118,7 @@ ${self.repo_context_bar('summary')}
-