diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
commit | e3b78c47e24c9ef175f355a5868bb6191946cf4e (patch) | |
tree | fe793035e3052b8967984de3ea092c943466ddb7 /public/ng/less/gogs/issue.less | |
parent | 49193bebd283322bb997b7aed09fc7818a881af9 (diff) | |
parent | 7d48f811f16d3565f161a44e4e98c451cf6c857e (diff) |
Merge branch 'master' of github.com:gogits/gogs
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
Diffstat (limited to 'public/ng/less/gogs/issue.less')
-rw-r--r-- | public/ng/less/gogs/issue.less | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/public/ng/less/gogs/issue.less b/public/ng/less/gogs/issue.less index d5ab0817..aaeb1af3 100644 --- a/public/ng/less/gogs/issue.less +++ b/public/ng/less/gogs/issue.less @@ -1,23 +1,16 @@ @import "../ui/var"; -.repo-issue-wrapper { - padding: 18px 0; - position: relative; -} - // pull request main content .pr-main { margin-right: 100px; } - // right bar in pull request page .pr-sidebar { border-left: 1px solid #DDD; box-sizing: border-box; position: absolute; - right:0; - top:12px; + right: 0; + top: 12px; } - .pr-title { .pr-num { font-weight: normal; |