diff --git a/public/css/gogs.css b/public/css/gogs.css index 168d754be9..328d81e776 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -414,6 +414,15 @@ html, body { height: auto; } +.gogs-repo-nav .name{ + margin-top: 15px; +} + +.gogs-repo-nav .desc{ + color: #888; + margin-bottom: 0; +} + .gogs-repo-nav h3 .fa { color: #BBB; margin-left: 0; diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl index 8cbf33c087..b67f82d5e3 100644 --- a/templates/repo/nav.tmpl +++ b/templates/repo/nav.tmpl @@ -2,7 +2,8 @@
-

{{.Owner.Name}} / {{.Repository.Name}}

+

{{.Owner.Name}} / {{.Repository.Name}}

+

a sentence to describe the repository.official-site

{{if not .IsBareRepo}}