diff --git a/src/main/twirl/repo/files.scala.html b/src/main/twirl/repo/files.scala.html index e1800ae..84b28e9 100644 --- a/src/main/twirl/repo/files.scala.html +++ b/src/main/twirl/repo/files.scala.html @@ -90,10 +90,10 @@ } @readme.map { case(filePath, content) => -
-
@filePath.reverse.head
-
@renderMarkup(filePath, content, branch, repository, false, false)
-
+
+
@filePath.reverse.head
+
@renderMarkup(filePath, content, branch, repository, false, false)
+
} } } diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 164dab1..211701b 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -586,6 +586,10 @@ padding-left: 20px; } +#readme { + margin-top: 20px; +} + #readme .box-content { padding: 20px; }