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 @@ -330,6 +330,11 @@ div.options a { z-index: auto !important; } +.header-pos-fix{ + margin-top: -44px; + padding-top: 44px; +} + #header #header-inner #home a { height: 40px; width: 46px; 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 @@ -220,11 +220,11 @@ %if c.readme_data: -
+
-
+
${c.readme_data|n}