diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1266,6 +1266,23 @@ padding:2px 3px 3px; padding:0 3px 2px; } +#summary{ + +} + +#summary .desc{ +white-space: pre; +width: 100%; +} + +#summary .repo_name{ +font-size: 1.6em; +font-weight: bold; +vertical-align: baseline; +clear:right +} + + #footer { clear:both; overflow:hidden; diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -24,7 +24,7 @@
-
+
@@ -59,7 +59,7 @@ %endif ##REPO NAME - ${h.repo_link(c.dbrepo.groups_and_repo)} + ${h.repo_link(c.dbrepo.groups_and_repo)} ##FORK %if c.dbrepo.fork: @@ -91,9 +91,7 @@
-
- ${c.dbrepo.description} -
+
${c.dbrepo.description}