diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-27 17:08:57 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-27 17:08:57 +0800 |
commit | dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03 (patch) | |
tree | 5f118da4b713017a30885126819c4221daf0af89 /templates/repo/home.tmpl | |
parent | ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (diff) | |
download | gitea-dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03.tar.gz gitea-dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03.zip |
template and ui fix
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 32fbf58226..a9d7f30403 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -3,7 +3,7 @@ <div id="repo-wrapper"> {{template "repo/header" .}} <div id="repo-content" class="clear container"> - <div id="repo-main" class="left grid-4-5"> + <div id="repo-main" class="left grid-5-6"> <p id="repo-desc"> <span class="description">{{.Repository.DescriptionHtml}}</span> <a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> |