diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-14 10:55:41 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-14 10:55:41 -0400 |
commit | e880a2fa48e1b5d9fc850a507cd7dcc605e47458 (patch) | |
tree | b5c6d0b00e7f15a53a0ce2c799786206822453d6 /public/css | |
parent | 46fc36c3a63b5501ca154df885ae5446ebb66220 (diff) | |
parent | a1bb3741d5806e11da528078cde90998c8aebb05 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index d3da360f..af787ebd 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1441,7 +1441,7 @@ html, body { margin-left: .8em; } -#issue .assignee.dropdown-menu, #issue .assignee ul, #issue .milestone ul { +#issue .assignee.dropdown-menu, #issue .assignee ul, #issue .milestone.dropdown-menu, #issue .milestone ul { padding: 0; margin: 0; min-width: 300px; @@ -1514,8 +1514,14 @@ html, body { background-color: #77c64a; } -#issue .issue-bar .milestone .nav-tabs a { +#issue .milestone .nav-tabs a { padding: 4px 8px; + border-top: none; +} + +#milestone { + margin-left: 24px; + margin-right: 12px; } /* wrapper and footer */ |